* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.
This commit is contained in:
parent
60b967be7e
commit
bc8fcf4bd3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.
|
||||
|
||||
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Make i386-* other than i386-pc compileable under cygwin.
|
||||
|
|
|
@ -58,7 +58,7 @@ VARIABLE(grub_core_entry_addr)
|
|||
orb $0x02, %al
|
||||
outb $0x92
|
||||
1:
|
||||
movl grub_core_entry_addr, %edx
|
||||
movl EXT_C(grub_core_entry_addr), %edx
|
||||
jmp *%edx
|
||||
|
||||
#include "../../../kern/i386/realmode.S"
|
||||
|
|
Loading…
Reference in a new issue