From: Valentine Barshak Date: Sat, 6 Aug 2011 19:40:04 +0000 (+0400) Subject: [romprefix] Fix romprefix build with certain versions of binutils X-Git-Tag: v1.20.1~2081 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b62e0e1e42395d81396be6abc55b8bc7877df6;p=thirdparty%2Fipxe.git [romprefix] Fix romprefix build with certain versions of binutils Signed-off-by: Valentine Barshak Signed-off-by: Michael Brown --- diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index aa3465b2a..c85e563d5 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -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