Merge zizzer:/bk/newmem
[gem5.git] / src / cpu / o3 / fetch_impl.hh
index 8213e8fa27a5a8863373a869fb1eb88e5c88982c..f9e90614a18a73e02a158ef13d086ccf594f5664 100644 (file)
@@ -1139,6 +1139,8 @@ DefaultFetch<Impl>::fetch(bool &status_change)
             ext_inst = TheISA::makeExtMI(inst, fetch_PC);
 #elif THE_ISA == SPARC_ISA
             ext_inst = TheISA::makeExtMI(inst, cpu->thread[tid]->getTC());
+#elif THE_ISA == MIPS_ISA
+            ext_inst = TheISA::makeExtMI(inst, cpu->thread[tid]->getTC());
 #endif
 
             // Create a new DynInst from the instruction fetched.