From 8b4a3f4070f6d0af07c3f08dcdbd8b6aa05e34f4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Nov 2011 02:11:14 -0700 Subject: SE/FS: Get rid of FULL_SYSTEM in sim. --- src/sim/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/SConscript') diff --git a/src/sim/SConscript b/src/sim/SConscript index aae3eb5ad..25b965d59 100644 --- a/src/sim/SConscript +++ b/src/sim/SConscript @@ -57,7 +57,7 @@ if env['TARGET_ISA'] != 'no': Source('pseudo_inst.cc') Source('system.cc') -if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no': +if env['TARGET_ISA'] != 'no': Source('tlb.cc') DebugFlag('Checkpoint') -- cgit v1.2.3