diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-02-08 17:07:29 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-02-08 17:07:29 -0500 |
commit | e07e18e9867db5744738df6427aeee24c0638184 (patch) | |
tree | c4b804334739992ed2cf8d39ee90a35143de2c2f /src/misc.c | |
parent | 71f036d6e31b6281f05a7ea3a9f3105891495c97 (diff) | |
download | seabios-e07e18e9867db5744738df6427aeee24c0638184.tar.gz |
Minor - rename BX_PANIC to panic.
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |