qemu: Fix compilation
This commit is contained in:
parent
44ff462e83
commit
e62ca2a870
2 changed files with 20 additions and 2 deletions
|
@ -48,7 +48,7 @@ VARIABLE(grub_core_entry_addr)
|
|||
/* Transition to protected mode. We use pushl to force generation
|
||||
of a flat return address. */
|
||||
pushl $1f
|
||||
jmpl real_to_prot
|
||||
jmp real_to_prot
|
||||
.code32
|
||||
/* Ensure A20 is enabled. We're in qemu, so control port A works
|
||||
and there is no need to wait since there is no real logic, it's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue