From 008b17d8161ef1d880347bfbbe49336a1446e56e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 4 Jun 2012 10:57:23 -0700 Subject: ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst. This eliminates a use of the ExtMachInst type outside of the ISAs. --- src/arch/mips/isa_traits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/mips/isa_traits.hh') diff --git a/src/arch/mips/isa_traits.hh b/src/arch/mips/isa_traits.hh index f2a748da9..5884a969b 100644 --- a/src/arch/mips/isa_traits.hh +++ b/src/arch/mips/isa_traits.hh @@ -143,7 +143,7 @@ enum mode_type }; // return a no-op instruction... used for instruction fetch faults -const ExtMachInst NoopMachInst = 0x00000000; +const extern StaticInstPtr NoopStaticInst; const int LogVMPageSize = 13; // 8K bytes const int VMPageSize = (1 << LogVMPageSize); -- cgit v1.2.3