sim: Add an option to forward work items to Python
[gem5.git] / src / arch / mips / MipsInterrupts.py
index 06cd54263751f83b76ffb94c6dfc6e6ca88dbf7e..9cde5daef6c3dfda8eff2c1840527dce57faacfd 100644 (file)
@@ -31,3 +31,4 @@ from m5.SimObject import SimObject
 class MipsInterrupts(SimObject):
     type = 'MipsInterrupts'
     cxx_class = 'MipsISA::Interrupts'
+    cxx_header = 'arch/mips/interrupts.hh'