forked from Imagelibrary/rtems
sparc64/shared/helenos/boot/sparc64/loader/main.c: Fix printf() format warning
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user