[mq]: sefssparcregfile.patch

This commit is contained in:
Gabe Black
2011-10-09 23:48:27 -07:00
parent 48b40cff65
commit 5bab52d56d
4 changed files with 3 additions and 36 deletions

View File

@@ -40,6 +40,7 @@ if env['TARGET_ISA'] == 'sparc':
Source('pagetable.cc')
Source('remote_gdb.cc')
Source('tlb.cc')
Source('ua2005.cc')
Source('utility.cc')
SimObject('SparcInterrupts.py')
@@ -53,7 +54,6 @@ if env['TARGET_ISA'] == 'sparc':
SimObject('SparcSystem.py')
Source('system.cc')
Source('ua2005.cc')
Source('vtophys.cc')
else:
Source('process.cc')