]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/boot/i386/qemu/boot.S: Add missing EXT_C.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 14 Dec 2013 22:13:42 +0000 (23:13 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 14 Dec 2013 22:13:42 +0000 (23:13 +0100)
ChangeLog
grub-core/boot/i386/qemu/boot.S

index 9178e039ffd92bbd6ea6a2298273925d81dc5394..d81730900176d73b4c7c2c8d1d4abf331e987415 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d99e2dde4ab458caf0901fe66e4727ed719da73c..bdd68c7044e267456e366f8a5ab86cec7da5b91c 100644 (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"