david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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>
This commit is contained in:
Valentine Barshak 2011-08-06 23:40:04 +04:00 committed by Michael Brown
parent 149b502306
commit 24b62e0e1e
1 changed files with 2 additions and 2 deletions

View 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