summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorValentine Barshak2011-08-06 21:40:04 +0200
committerMichael Brown2011-08-07 00:00:39 +0200
commit24b62e0e1e42395d81396be6abc55b8bc7877df6 (patch)
tree35b63d6b3233c4ba94ceeec8628f69b8e91dd5dd /src/arch
parent[ipv4] Improve debugging (diff)
downloadipxe-24b62e0e1e42395d81396be6abc55b8bc7877df6.tar.gz
ipxe-24b62e0e1e42395d81396be6abc55b8bc7877df6.tar.xz
ipxe-24b62e0e1e42395d81396be6abc55b8bc7877df6.zip
[romprefix] Fix romprefix build with certain versions of binutils
Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/prefix/romprefix.S4
1 files 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