* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.

This commit is contained in:
Vladimir Serbinenko 2013-12-14 23:13:42 +01:00
parent 60b967be7e
commit bc8fcf4bd3
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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"