syscall_emul: standardized file descriptor name and add return checks.
[gem5.git] / src / sim / SConscript
index 400d595e37dc731280249c2b72c972d347e4a7ad..0b3a35915e0fe98a68afb13364ed743975452bae 100644 (file)
@@ -72,6 +72,7 @@ if env['TARGET_ISA'] != 'null':
     SimObject('Process.py')
     Source('faults.cc')
     Source('process.cc')
+    Source('fd_entry.cc')
     Source('pseudo_inst.cc')
     Source('syscall_emul.cc')