diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-06-04 10:57:23 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-06-04 10:57:23 -0700 |
commit | 008b17d8161ef1d880347bfbbe49336a1446e56e (patch) | |
tree | 7b3a159ed5369ae1bfc1c8fedb970e426a77e0c9 /src/arch/alpha/SConscript | |
parent | 6437f3f4ee5275f59a4472d95e0abac1a8b82e22 (diff) | |
download | gem5-008b17d8161ef1d880347bfbbe49336a1446e56e.tar.xz |
ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.
This eliminates a use of the ExtMachInst type outside of the ISAs.
Diffstat (limited to 'src/arch/alpha/SConscript')
-rw-r--r-- | src/arch/alpha/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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') |