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 */ /* Preserve registers */
pushl %eax pushl %eax
pushw %di pushw %di
movw $' ', %di movw $( ' ' ), %di
get_pmm_find: get_pmm_find:
/* Try to find existing block */ /* Try to find existing block */
pushl %ebx /* PMM handle */ pushl %ebx /* PMM handle */
@ -474,7 +474,7 @@ get_pmm_allocate:
pushw %dx pushw %dx
pushw %ax pushw %ax
popl %esi popl %esi
movw $'+', %di /* Indicate allocation attempt */ movw $( '+' ), %di /* Indicate allocation attempt */
testl %esi, %esi testl %esi, %esi
jnz get_pmm_done jnz get_pmm_done
stc stc