From e2ad5ce6978c48218b6367e4d452baaa28aeb820 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 14 Oct 2004 23:05:08 +0000 Subject: fixed function prototype for die() git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1675 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/console.c b/src/console/console.c index 7a99cd49f3..7f97b5c95f 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -91,7 +91,7 @@ void post_code(uint8_t value) } /* Report a fatal error */ -void die(char *msg) +void die(const char *msg) { printk_emerg("%s", msg); post_code(0xff); -- cgit v1.2.3