diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 13:55:47 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-08-01 13:55:47 -0700 |
commit | 239d124e8339b254495df45df89fc249ae217d73 (patch) | |
tree | f05e14dc2b315892c7bc067691ad4325b9b499d5 /src/arch/mips/isa | |
parent | e5e5b0119d6219782c834d29a63a7bb152a68dc5 (diff) | |
download | gem5-239d124e8339b254495df45df89fc249ae217d73.tar.xz |
MIPS: Cleaned up includes to break loops, and got rid of isa_traits.cc
Loops of header files including each other was causing compilation to fail. To fix it, a bunch of unnecessary includes were removed, and the code in isa_traits.cc which brought a bunch of include chains together was broken up and put in proximity to the header files that delcared it.
--HG--
extra : convert_revision : 66ef7762024b72bb91147a5589a0779e279521e0
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 0e0cf44eb..0ce807a24 100644 --- a/src/arch/mips/isa/includes.isa +++ b/src/arch/mips/isa/includes.isa @@ -72,6 +72,7 @@ output exec {{ #include "arch/mips/dsp.hh" #include "arch/mips/pra_constants.hh" #include "arch/mips/dt_constants.hh" +#include "arch/mips/mt.hh" #include "arch/mips/mt_constants.hh" #include <math.h> |