diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-09-30 00:27:16 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-09-30 00:27:16 -0700 |
commit | 35e20c7470a16cbc1187553375269800b980eb78 (patch) | |
tree | 7f2d469e98517c813f14e896e673f966f33b5fb5 /src/arch/mips/isa/includes.isa | |
parent | 4fcf8e9959e281259a4e9e29fbd34e67fa6072dc (diff) | |
download | gem5-35e20c7470a16cbc1187553375269800b980eb78.tar.xz |
SE/FS: Use the new FullSystem constant where possible.
Diffstat (limited to 'src/arch/mips/isa/includes.isa')
-rw-r--r-- | src/arch/mips/isa/includes.isa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/mips/isa/includes.isa b/src/arch/mips/isa/includes.isa index c9f5da41d..944254d90 100644 --- a/src/arch/mips/isa/includes.isa +++ b/src/arch/mips/isa/includes.isa @@ -58,6 +58,7 @@ output decoder {{ #include "base/cprintf.hh" #include "cpu/thread_context.hh" #include "mem/packet.hh" +#include "sim/full_system.hh" #if defined(linux) #include <fenv.h> #endif @@ -90,6 +91,7 @@ output exec {{ #include "mem/packet.hh" #include "mem/packet_access.hh" #include "sim/eventq.hh" +#include "sim/full_system.hh" #include "sim/sim_events.hh" #include "sim/sim_exit.hh" |