mirror of https://github.com/ipxe/ipxe.git
Fix building on gas versions that don't auto-insert addr32 prefixes
parent
a39b111684
commit
8a45f619a9
|
@ -140,10 +140,10 @@ pxe_entry_common:
|
|||
pushw %di
|
||||
pushw %bx
|
||||
/* Load !PXE parameters from stack into PXENV+ registers */
|
||||
movw 18(%esp), %bx
|
||||
addr32 movw 18(%esp), %bx
|
||||
movw %bx, %es
|
||||
movw 16(%esp), %di
|
||||
movw 14(%esp), %bx
|
||||
addr32 movw 16(%esp), %di
|
||||
addr32 movw 14(%esp), %bx
|
||||
/* Make call as for PXENV+ */
|
||||
pushw %cs
|
||||
call pxenv_entry
|
||||
|
|
Loading…
Reference in New Issue