mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-06 22:11:57 +00:00
[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:
parent
149b502306
commit
24b62e0e1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user