mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 11:04:48 +00:00
Remove leftover _printf
This commit is contained in:
parent
4a842991db
commit
197eb519e5
@ -218,8 +218,6 @@ grub_relocator16_boot (struct grub_relocator *rel,
|
|||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
grub_printf ("%p\n", relst);
|
|
||||||
|
|
||||||
asm volatile ("cli");
|
asm volatile ("cli");
|
||||||
((void (*) (void)) relst) ();
|
((void (*) (void)) relst) ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user