MIPS: Fold the MiscRegFile all the way into the ISA object.

This commit is contained in:
Gabe Black
2009-07-09 20:28:39 -07:00
parent e14c408b62
commit de7f462219
6 changed files with 668 additions and 819 deletions

View File

@@ -35,7 +35,6 @@ Import('*')
if env['TARGET_ISA'] == 'mips':
Source('faults.cc')
Source('isa.cc')
Source('misc_regfile.cc')
Source('tlb.cc')
Source('pagetable.cc')
Source('utility.cc')