From 6ba3ebae43bbc7267e7f013bed949cc3339f0308 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 16 Oct 2011 05:06:40 -0700 Subject: SE/FS: Build in the tport in FS mode. --- src/mem/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/SConscript') 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') -- cgit v1.2.3