diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-08-01 17:05:03 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-08-01 17:05:03 -0400 |
commit | 84cd78e96f892f52a715cfe10d9405987f5e9ba1 (patch) | |
tree | c05182e8f40fcbefbd1e26d16006ab4c1674a1b4 /src/sim | |
parent | fae60c164e284864cfabea515db6ba28d601b71d (diff) | |
parent | 239d124e8339b254495df45df89fc249ae217d73 (diff) | |
download | gem5-84cd78e96f892f52a715cfe10d9405987f5e9ba1.tar.xz |
Merge Gabe and my changes to arch/mips/utility.hh
--HG--
extra : convert_revision : d5a9d74ee6edf71524ba5c03fb7f054cf9722213
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/insttracer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/insttracer.hh b/src/sim/insttracer.hh index ebeae1fe9..82b86ca84 100644 --- a/src/sim/insttracer.hh +++ b/src/sim/insttracer.hh @@ -32,6 +32,7 @@ #ifndef __INSTRECORD_HH__ #define __INSTRECORD_HH__ +#include "base/bigint.hh" #include "base/trace.hh" #include "cpu/inst_seq.hh" // for InstSeqNum #include "cpu/static_inst.hh" |