SE/FS: Get rid of FULL_SYSTEM in sim.

This commit is contained in:
Gabe Black
2011-11-02 02:11:14 -07:00
parent fb15604f2c
commit 8b4a3f4070
8 changed files with 190 additions and 222 deletions

View File

@@ -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')