summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mips/dyn_inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/mips/dyn_inst.cc')
-rwxr-xr-xsrc/cpu/o3/mips/dyn_inst.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/o3/mips/dyn_inst.cc b/src/cpu/o3/mips/dyn_inst.cc
index 216aa7d2c..88205afaf 100755
--- a/src/cpu/o3/mips/dyn_inst.cc
+++ b/src/cpu/o3/mips/dyn_inst.cc
@@ -29,9 +29,9 @@
* Korey Sewell
*/
-#include "cpu/o3/mips/dyn_inst_impl.hh"
+#include "cpu/o3/dyn_inst_impl.hh"
#include "cpu/o3/mips/impl.hh"
// Force instantiation of MipsDynInst for all the implementations that
// are needed.
-template class MipsDynInst<MipsSimpleImpl>;
+template class BaseO3DynInst<MipsSimpleImpl>;