* grub-core/loader/i386/xnu.c (grub_xnu_boot): Fix format specification.
This commit is contained in:
parent
541d92e912
commit
629e6a3363
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/i386/xnu.c (grub_xnu_boot): Fix format specification.
|
||||
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Bump to 2.00~beta0.
|
||||
|
|
|
@ -1001,8 +1001,8 @@ grub_xnu_boot (void)
|
|||
descriptor_size = 0;
|
||||
descriptor_version = 0;
|
||||
|
||||
grub_dprintf ("xnu", "eip=%x, efi=%x\n", grub_xnu_entry_point,
|
||||
(int) grub_autoefi_system_table);
|
||||
grub_dprintf ("xnu", "eip=%x, efi=%p\n", grub_xnu_entry_point,
|
||||
grub_autoefi_system_table);
|
||||
|
||||
const char *debug = grub_env_get ("debug");
|
||||
|
||||
|
|
Loading…
Reference in a new issue