diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 12:02:59 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 12:02:59 -0700 |
commit | 7da3a8e65cf800c2a779440c997aad1422e68d77 (patch) | |
tree | 785b01bdb224ac3c17c6699dd1cde01f8599f868 /src | |
parent | c1fa2b156bb67fc593bdccd7b1561529bfc32a2e (diff) | |
parent | a4a5e6bc2e7d8e5912917706105b1d9f527a2135 (diff) | |
download | gem5-7da3a8e65cf800c2a779440c997aad1422e68d77.tar.xz |
Merge with head.
--HG--
extra : convert_revision : 5bc1133c6c7a575082f060e7787b62d4080f70b0
Diffstat (limited to 'src')
-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" |