diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-07-09 20:28:39 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-07-09 20:28:39 -0700 |
commit | de7f4622192b165f05df2f59848fe0581e4b401b (patch) | |
tree | 7c0bfa122fc96da054ffda0abfb65c9124c7a674 /src/arch/mips/isa | |
parent | e14c408b62d98b4e045beb48bdd2dfcae60627bb (diff) | |
download | gem5-de7f4622192b165f05df2f59848fe0581e4b401b.tar.xz |
MIPS: Fold the MiscRegFile all the way into the ISA object.
Diffstat (limited to 'src/arch/mips/isa')
-rw-r--r-- | src/arch/mips/isa/includes.isa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/mips/isa/includes.isa b/src/arch/mips/isa/includes.isa index aa1c8d8af..22eb3bf13 100644 --- a/src/arch/mips/isa/includes.isa +++ b/src/arch/mips/isa/includes.isa @@ -70,6 +70,7 @@ output exec {{ #include "arch/mips/isa_traits.hh" #include "arch/mips/utility.hh" #include "arch/mips/dsp.hh" +#include "arch/mips/mt.hh" #include "arch/mips/pra_constants.hh" #include "arch/mips/dt_constants.hh" #include "arch/mips/mt_constants.hh" |