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/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/mips/SConscript') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index 15b4ffc51..ee6fb03f0 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -40,6 +40,7 @@ if env['TARGET_ISA'] == 'mips': Source('idle_event.cc') Source('interrupts.cc') Source('isa.cc') + Source('isa_traits.cc') Source('linux/linux.cc') Source('linux/process.cc') Source('linux/system.cc') -- cgit v1.2.3