summaryrefslogtreecommitdiff
path: root/src/cpu/NativeTrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/NativeTrace.py')
-rw-r--r--src/cpu/NativeTrace.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/NativeTrace.py b/src/cpu/NativeTrace.py
index 7fd240543..dba6de067 100644
--- a/src/cpu/NativeTrace.py
+++ b/src/cpu/NativeTrace.py
@@ -28,9 +28,9 @@
from m5.SimObject import SimObject
from m5.params import *
-from InstTracer import InstTracer
+from ExeTracer import ExeTracer
-class NativeTrace(InstTracer):
+class NativeTrace(ExeTracer):
abstract = True
type = 'NativeTrace'
cxx_class = 'Trace::NativeTrace'