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