ARM: Move Miscreg functions out of isa.hh

This commit is contained in:
Ali Saidi
2010-06-02 12:58:16 -05:00
parent cb9936cfde
commit 7de7ea3b22
4 changed files with 287 additions and 229 deletions

View File

@@ -55,6 +55,7 @@ if env['TARGET_ISA'] == 'arm':
Source('insts/pred_inst.cc')
Source('insts/static_inst.cc')
Source('insts/vfp.cc')
Source('isa.cc')
Source('miscregs.cc')
Source('nativetrace.cc')
Source('tlb.cc')