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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/NativeTrace.py b/src/cpu/NativeTrace.py
index f410b5473..7fd240543 100644
--- a/src/cpu/NativeTrace.py
+++ b/src/cpu/NativeTrace.py
@@ -31,5 +31,6 @@ from m5.params import *
from InstTracer import InstTracer
class NativeTrace(InstTracer):
+ abstract = True
type = 'NativeTrace'
cxx_class = 'Trace::NativeTrace'