diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-11-04 21:41:10 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-11-04 21:41:10 -0500 |
commit | de90ae482507207566139c58911bc8e2894ad856 (patch) | |
tree | 25493eb5fddf7348aeea74b428ec25e6437638fd /src/cpu | |
parent | e71ccde66369951c23eb20281c68a8cb66c4a504 (diff) | |
parent | 21cf4a46b9e9ce52266aac873aa107cad82cc847 (diff) | |
download | gem5-de90ae482507207566139c58911bc8e2894ad856.tar.xz |
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem
--HG--
extra : convert_revision : d7133e32cfca9f15869ee9ab7a93e3470e7d9038
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/inst_seq.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/inst_seq.hh b/src/cpu/inst_seq.hh index e7acd215f..21e04ed25 100644 --- a/src/cpu/inst_seq.hh +++ b/src/cpu/inst_seq.hh @@ -32,8 +32,6 @@ #ifndef __STD_TYPES_HH__ #define __STD_TYPES_HH__ -#include <stdint.h> - // inst sequence type, used to order instructions in the ready list, // if this rolls over the ready list order temporarily will get messed // up, but execution will continue and complete correctly |