ARM: Implement a function to decode CP15 registers to MiscReg indices.

This commit is contained in:
Gabe Black
2010-06-02 12:58:08 -05:00
parent 7ff24c8777
commit 6aa229386d
4 changed files with 422 additions and 3 deletions

View File

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