summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips/dyn_inst.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-09 00:08:50 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-09 00:08:50 -0700
commite09c403d326488dbc709e3bddc8d497481273950 (patch)
treecf82abebfc6e793cbc9526ed7279329e3fcd9199 /src/cpu/o3/mips/dyn_inst.hh
parent975c9e3af869fb2905933c93c4d657e4d7187dad (diff)
downloadgem5-e09c403d326488dbc709e3bddc8d497481273950.tar.xz
O3: Generalize the O3 CPU object so it isn't split out by ISA.
Diffstat (limited to 'src/cpu/o3/mips/dyn_inst.hh')
-rwxr-xr-xsrc/cpu/o3/mips/dyn_inst.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/mips/dyn_inst.hh b/src/cpu/o3/mips/dyn_inst.hh
index 861577966..320d6703f 100755
--- a/src/cpu/o3/mips/dyn_inst.hh
+++ b/src/cpu/o3/mips/dyn_inst.hh
@@ -35,7 +35,7 @@
#include "arch/isa_traits.hh"
#include "cpu/base_dyn_inst.hh"
#include "cpu/inst_seq.hh"
-#include "cpu/o3/mips/cpu.hh"
+#include "cpu/o3/cpu.hh"
#include "cpu/o3/mips/impl.hh"
class Packet;