summaryrefslogtreecommitdiff
path: root/src/cpu/o3/probe/ElasticTrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/probe/ElasticTrace.py')
-rw-r--r--src/cpu/o3/probe/ElasticTrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/probe/ElasticTrace.py b/src/cpu/o3/probe/ElasticTrace.py
index 20057ab97..d60681d3f 100644
--- a/src/cpu/o3/probe/ElasticTrace.py
+++ b/src/cpu/o3/probe/ElasticTrace.py
@@ -37,7 +37,7 @@
# Andreas Hansson
# Thomas Grass
-from Probe import *
+from m5.objects.Probe import *
class ElasticTrace(ProbeListenerObject):
type = 'ElasticTrace'