]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[romprefix] Fix romprefix build with certain versions of binutils
authorValentine Barshak <gvaxon@gmail.com>
Sat, 6 Aug 2011 19:40:04 +0000 (23:40 +0400)
committerMichael Brown <mcb30@ipxe.org>
Sat, 6 Aug 2011 22:00:39 +0000 (23:00 +0100)
Signed-off-by: Valentine Barshak <gvaxon@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/romprefix.S

index aa3465b2a4b0a83b14c5b3bf990bad232707174a..c85e563d50f8cce920da7688eeec97b746e1c24c 100644 (file)
@@ -445,7 +445,7 @@ get_pmm:
        /* Preserve registers */
        pushl   %eax
        pushw   %di
-       movw    $' ', %di
+       movw    $( ' ' ), %di
 get_pmm_find:
        /* Try to find existing block */
        pushl   %ebx            /* PMM handle */
@@ -474,7 +474,7 @@ get_pmm_allocate:
        pushw   %dx
        pushw   %ax
        popl    %esi
-       movw    $'+', %di       /* Indicate allocation attempt */
+       movw    $( '+' ), %di   /* Indicate allocation attempt */
        testl   %esi, %esi
        jnz     get_pmm_done
        stc