diff options
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r-- | src/arch/x86/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript index 5ac092185..aff9b1bf3 100644 --- a/src/arch/x86/SConscript +++ b/src/arch/x86/SConscript @@ -64,6 +64,7 @@ if env['TARGET_ISA'] == 'x86': Source('tlb.cc') Source('types.cc') Source('utility.cc') + Source('vtophys.cc') SimObject('X86LocalApic.py') SimObject('X86NativeTrace.py') @@ -84,7 +85,6 @@ if env['TARGET_ISA'] == 'x86': Source('linux/system.cc') Source('system.cc') Source('stacktrace.cc') - Source('vtophys.cc') else: Source('process.cc') |