sim-se: Add default to SyscallDesc constructor
[gem5.git] / src / sim / InstTracer.py
index f7500f1e8417aa12cd7a978bc438fedebe56a989..7405ecbc6d45662b679fc0e540facdc2165f7e8a 100644 (file)
@@ -31,5 +31,6 @@ from m5.params import *
 
 class InstTracer(SimObject):
     type = 'InstTracer'
-    cxx_namespace = 'Trace'
+    cxx_class = 'Trace::InstTracer'
     abstract = True
+    cxx_header = "sim/insttracer.hh"