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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/AlphaInterrupts.py b/src/arch/alpha/AlphaInterrupts.py
index ecfcf5c21..a75b11fc0 100644
--- a/src/arch/alpha/AlphaInterrupts.py
+++ b/src/arch/alpha/AlphaInterrupts.py
@@ -31,3 +31,4 @@ from m5.SimObject import SimObject
class AlphaInterrupts(SimObject):
type = 'AlphaInterrupts'
cxx_class = 'AlphaISA::Interrupts'
+ cxx_header = "arch/alpha/interrupts.hh"