SPARC: Get rid of the setGlobals function.
[gem5.git] / src / arch / sparc / SConscript
index a86c00250ff1ca7b33a462dbf22b232406cf0809..940cf207697bd306d0b34078253644a7d9933f70 100644 (file)
@@ -44,11 +44,14 @@ if env['TARGET_ISA'] == 'sparc':
     Source('utility.cc')
 
     SimObject('SparcTLB.py')
-    TraceFlag('Sparc')
+    TraceFlag('Sparc', "Generic SPARC ISA stuff")
+    TraceFlag('RegisterWindows', "Register window manipulation")
 
     if env['FULL_SYSTEM']:
         SimObject('SparcSystem.py')
+        SimObject('SparcInterrupts.py')
 
+        Source('interrupts.cc')
         Source('stacktrace.cc')
         Source('system.cc')
         Source('ua2005.cc')