aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 2557eb9..6548249 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -58,7 +58,7 @@ void VISIBLE16
handle_nmi()
{
debug_isr(DEBUG_ISR_nmi);
- BX_PANIC("NMI Handler called\n");
+ panic("NMI Handler called\n");
}
void