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/arch/mips/regfile/misc_regfile.cc | |
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/arch/mips/regfile/misc_regfile.cc')
-rwxr-xr-x | src/arch/mips/regfile/misc_regfile.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/mips/regfile/misc_regfile.cc b/src/arch/mips/regfile/misc_regfile.cc index c97d93cf9..8f8899e92 100755 --- a/src/arch/mips/regfile/misc_regfile.cc +++ b/src/arch/mips/regfile/misc_regfile.cc @@ -30,13 +30,13 @@ #include "base/bitfield.hh" -#include "arch/mips/regfile/misc_regfile.hh" -#include "arch/mips/mt_constants.hh" #include "arch/mips/faults.hh" +#include "arch/mips/mt.hh" +#include "arch/mips/mt_constants.hh" +#include "arch/mips/regfile/misc_regfile.hh" -#include "cpu/thread_context.hh" #include "cpu/base.hh" -#include "cpu/exetrace.hh" +#include "cpu/thread_context.hh" //#include "cpu/mixie/cpu.hh" using namespace std; |