From bc8fcf4bd301accffec5a9c93ae985563957422d Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 14 Dec 2013 23:13:42 +0100 Subject: [PATCH] * grub-core/boot/i386/qemu/boot.S: Add missing EXT_C. --- ChangeLog | 4 ++++ grub-core/boot/i386/qemu/boot.S | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9178e039f..d81730900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-14 Vladimir Serbinenko + + * grub-core/boot/i386/qemu/boot.S: Add missing EXT_C. + 2013-12-14 Vladimir Serbinenko Make i386-* other than i386-pc compileable under cygwin. diff --git a/grub-core/boot/i386/qemu/boot.S b/grub-core/boot/i386/qemu/boot.S index d99e2dde4..bdd68c704 100644 --- a/grub-core/boot/i386/qemu/boot.S +++ b/grub-core/boot/i386/qemu/boot.S @@ -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"