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

This commit is contained in:
Gabe Black
2009-07-09 20:28:27 -07:00
parent 5643a222e3
commit e14c408b62
4 changed files with 37 additions and 178 deletions

View File

@@ -39,7 +39,6 @@ if env['TARGET_ISA'] == 'arm':
Source('insts/mem.cc')
Source('insts/pred_inst.cc')
Source('insts/static_inst.cc')
Source('isa.cc')
Source('pagetable.cc')
Source('tlb.cc')
Source('vtophys.cc')