diff options
Diffstat (limited to 'src/mem/SConscript')
-rw-r--r-- | src/mem/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/SConscript b/src/mem/SConscript index 8418a4f51..09cc93c77 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -41,14 +41,14 @@ Source('mport.cc') Source('packet.cc') Source('port.cc') Source('tport.cc') -Source('vport.cc') +Source('fs_translating_port_proxy.cc') +Source('se_translating_port_proxy.cc') if env['TARGET_ISA'] != 'no': SimObject('PhysicalMemory.py') Source('dram.cc') Source('page_table.cc') Source('physical.cc') - Source('translating_port.cc') DebugFlag('Bus') DebugFlag('BusAddrRanges') |