fixed function prototype for die()

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1675 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2004-10-14 23:05:08 +00:00
parent 3287f0b9a1
commit e2ad5ce697
1 changed files with 1 additions and 1 deletions

View File

@ -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);