Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
gitvb authored and mcb30 committed Aug 6, 2011
1 parent 149b502 commit 24b62e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arch/i386/prefix/romprefix.S
Expand Up @@ -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 */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 24b62e0

Please sign in to comment.