ARM: Start over with translation from Alpha code as opposed to something that has cruft from 4 different ISAs.

This commit is contained in:
Ali Saidi
2010-06-02 12:58:16 -05:00
parent 237c0617a0
commit 3aea20d143
5 changed files with 83 additions and 296 deletions

View File

@@ -57,7 +57,6 @@ if env['TARGET_ISA'] == 'arm':
Source('insts/vfp.cc')
Source('miscregs.cc')
Source('nativetrace.cc')
Source('pagetable.cc')
Source('tlb.cc')
Source('vtophys.cc')
Source('utility.cc')