summaryrefslogtreecommitdiff
path: root/src/arch/power/PowerInterrupts.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/PowerInterrupts.py')
-rw-r--r--src/arch/power/PowerInterrupts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/power/PowerInterrupts.py b/src/arch/power/PowerInterrupts.py
index 2c6a5c2c3..f7e7e57bb 100644
--- a/src/arch/power/PowerInterrupts.py
+++ b/src/arch/power/PowerInterrupts.py
@@ -26,9 +26,9 @@
#
# Authors: Gabe Black
-from m5.SimObject import SimObject
+from m5.objects.BaseInterrupts import BaseInterrupts
-class PowerInterrupts(SimObject):
+class PowerInterrupts(BaseInterrupts):
type = 'PowerInterrupts'
cxx_class = 'PowerISA::Interrupts'
cxx_header = 'arch/power/interrupts.hh'