CPU: Tidy up endianness handling for mmapped "IPR"s.
[gem5.git] / src / cpu / IntelTrace.py
index 6e8f567b32809e502c69a88f2af8e465b4eb2a98..3642f3174b7d7beb93859de52ede7be7b6124409 100644 (file)
@@ -32,5 +32,4 @@ from InstTracer import InstTracer
 
 class IntelTrace(InstTracer):
     type = 'IntelTrace'
-    cxx_namespace = 'Trace'
-    cxx_class = 'IntelTrace'
+    cxx_class = 'Trace::IntelTrace'