diff options
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index c446772d8..8995ed736 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -47,10 +47,10 @@ if env['TARGET_ISA'] != 'no': SimObject('PhysicalMemory.py') Source('dram.cc') Source('physical.cc') + Source('translating_port.cc') if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no': Source('page_table.cc') - Source('translating_port.cc') DebugFlag('Bus') DebugFlag('BusAddrRanges') |