aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-02-08 17:07:29 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-02-08 17:07:29 -0500
commite07e18e9867db5744738df6427aeee24c0638184 (patch)
treec4b804334739992ed2cf8d39ee90a35143de2c2f /src/misc.c
parent71f036d6e31b6281f05a7ea3a9f3105891495c97 (diff)
downloadseabios-hppa-e07e18e9867db5744738df6427aeee24c0638184.zip
seabios-hppa-e07e18e9867db5744738df6427aeee24c0638184.tar.gz
seabios-hppa-e07e18e9867db5744738df6427aeee24c0638184.tar.bz2
Minor - rename BX_PANIC to panic.
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