Remove leftover _printf
This commit is contained in:
parent
4a842991db
commit
197eb519e5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue