SPARC: Build vtophys into SE mode.

This commit is contained in:
Gabe Black 2011-10-16 05:06:39 -07:00
parent 5ee3f586bf
commit 79ba4b6595

View file

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