summaryrefslogtreecommitdiff
path: root/src/arch/power/interrupts.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/interrupts.hh')
-rw-r--r--src/arch/power/interrupts.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/power/interrupts.hh b/src/arch/power/interrupts.hh
index 9c11c8e8a..be5c72151 100644
--- a/src/arch/power/interrupts.hh
+++ b/src/arch/power/interrupts.hh
@@ -89,6 +89,7 @@ class Interrupts : public SimObject
Fault
getInterrupt(ThreadContext *tc)
{
+ assert(checkInterrupts(tc));
panic("Interrupts::getInterrupt not implemented.\n");
}