ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.

This eliminates a use of the ExtMachInst type outside of the ISAs.
This commit is contained in:
Gabe Black
2012-06-04 10:57:23 -07:00
parent 6437f3f4ee
commit 008b17d816
17 changed files with 224 additions and 19 deletions

View File

@@ -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')