sparc64/shared/helenos/boot/sparc64/loader/main.c: Fix printf() format warning

This commit is contained in:
Joel Sherrill
2017-04-23 20:35:05 -05:00
parent 436008cc49
commit 5e899b5382

View File

@@ -317,7 +317,7 @@ void bootstrap(void)
printk("\nMemory statistics (total %d MB, starting at %" PRIxPTR ")\n",
bootinfo.memmap.total >> 20, bootinfo.physmem_start);
printk(" %x: kernel entry point\n", KERNEL_VIRTUAL_ADDRESS);
printk(" %x: boot info structure\n", &bootinfo);
printk(" %p: boot info structure\n", &bootinfo);
#if 0
/*