summaryrefslogtreecommitdiff
path: root/src/cpu/simple/probes/SimPoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/simple/probes/SimPoint.py')
-rw-r--r--src/cpu/simple/probes/SimPoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/simple/probes/SimPoint.py b/src/cpu/simple/probes/SimPoint.py
index ac6ec0730..14766a791 100644
--- a/src/cpu/simple/probes/SimPoint.py
+++ b/src/cpu/simple/probes/SimPoint.py
@@ -36,7 +36,7 @@
# Authors: Curtis Dunham
from m5.params import *
-from Probe import ProbeListenerObject
+from m5.objects.Probe import ProbeListenerObject
class SimPoint(ProbeListenerObject):
"""Probe for collecting SimPoint Basic Block Vectors (BBVs)."""