ISA: Back-out NoopMachInst as a StaticInstPtr change.
[gem5.git] / src / arch / mips / isa_traits.hh
index 5884a969bb0b0b61bf276cead9c402b2d0e2b8a3..f2a748da9c3a891e18dda690809993cd88f6975d 100644 (file)
@@ -143,7 +143,7 @@ enum mode_type
 };
 
 // return a no-op instruction... used for instruction fetch faults
-const extern StaticInstPtr NoopStaticInst;
+const ExtMachInst NoopMachInst = 0x00000000;
 
 const int LogVMPageSize = 13;       // 8K bytes
 const int VMPageSize = (1 << LogVMPageSize);