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