mirror of https://github.com/ipxe/ipxe.git
[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>pull/5/head
parent
149b502306
commit
24b62e0e1e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue