MEM: Pass the ports from Python to C++ using the Swig params
[gem5.git] / src / sim / InstTracer.py
index f7500f1e8417aa12cd7a978bc438fedebe56a989..9ba91a019b7767781bbdfa52b51763b409305e56 100644 (file)
@@ -31,5 +31,5 @@ from m5.params import *
 
 class InstTracer(SimObject):
     type = 'InstTracer'
-    cxx_namespace = 'Trace'
+    cxx_class = 'Trace::InstTracer'
     abstract = True