Fix building on gas versions that don't auto-insert addr32 prefixes

pull/1/head
Michael Brown 2006-12-12 19:07:18 +00:00
parent a39b111684
commit 8a45f619a9
1 changed files with 3 additions and 3 deletions

View File

@ -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