summaryrefslogtreecommitdiff
path: root/src/cpu/IntelTrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/IntelTrace.py')
-rw-r--r--src/cpu/IntelTrace.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/IntelTrace.py b/src/cpu/IntelTrace.py
index 6e8f567b3..3642f3174 100644
--- a/src/cpu/IntelTrace.py
+++ b/src/cpu/IntelTrace.py
@@ -32,5 +32,4 @@ from InstTracer import InstTracer
class IntelTrace(InstTracer):
type = 'IntelTrace'
- cxx_namespace = 'Trace'
- cxx_class = 'IntelTrace'
+ cxx_class = 'Trace::IntelTrace'