From 24b62e0e1e42395d81396be6abc55b8bc7877df6 Mon Sep 17 00:00:00 2001 From: Valentine Barshak Date: Sat, 6 Aug 2011 23:40:04 +0400 Subject: [PATCH] [romprefix] Fix romprefix build with certain versions of binutils Signed-off-by: Valentine Barshak Signed-off-by: Michael Brown --- src/arch/i386/prefix/romprefix.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index aa3465b2..c85e563d 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