mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix amd64 warnings, enable more warnings
git-svn-id: svn://coreboot.org/openbios/openbios-devel@360 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -74,7 +74,7 @@ boot( void )
|
||||
printk("[unix] Booting '%s'\n",path);
|
||||
entry=load_elf(path);
|
||||
if(entry)
|
||||
printk("successfully loaded client at %x.\n", (ucell)entry);
|
||||
printk("successfully loaded client at %llx.\n", (unsigned long long)(ucell)entry);
|
||||
else
|
||||
printk("failed.\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user