summaryrefslogtreecommitdiff
path: root/src/sim
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim')
-rw-r--r--src/sim/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sim/SConscript b/src/sim/SConscript
index d9d8ded24..0f241df92 100644
--- a/src/sim/SConscript
+++ b/src/sim/SConscript
@@ -46,6 +46,7 @@ Source('sim_events.cc')
Source('sim_object.cc')
Source('simulate.cc')
Source('stat_control.cc')
+Source('syscall_emul.cc')
if env['TARGET_ISA'] != 'no':
SimObject('Process.py')
@@ -60,8 +61,6 @@ if env['FULL_SYSTEM']:
elif env['TARGET_ISA'] != 'no':
Source('tlb.cc')
- Source('syscall_emul.cc')
-
DebugFlag('Checkpoint')
DebugFlag('Config')
DebugFlag('Event')