aboutsummaryrefslogtreecommitdiff
path: root/src/resume.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/resume.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/resume.c')
-rw-r--r--src/resume.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resume.c b/src/resume.c
index aab52ed..38723d8 100644
--- a/src/resume.c
+++ b/src/resume.c
@@ -91,14 +91,14 @@ handle_resume(u8 status)
break;
}
- BX_PANIC("Unimplemented shutdown status: %02x\n", status);
+ panic("Unimplemented shutdown status: %02x\n", status);
}
void VISIBLE32
s3_resume()
{
if (!CONFIG_S3_RESUME)
- BX_PANIC("S3 resume support not compiled in.\n");
+ panic("S3 resume support not compiled in.\n");
dprintf(1, "In 32bit resume\n");