mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Fix building on gas versions that don't auto-insert addr32 prefixes
This commit is contained in:
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…
x
Reference in New Issue
Block a user