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:
Blue Swirl
2009-01-06 19:06:58 +00:00
parent 1b47a7ee96
commit eb3f96ade3
4 changed files with 74 additions and 4 deletions

View File

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