mirror of https://github.com/ipxe/ipxe.git
[libprefix] Fix building on 64-bit FreeBSD 8.4
Reported-by: Pavel Antonov <holly@istu.edu> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/35/head
parent
acc27b9005
commit
a3c00d8d3b
|
@ -851,7 +851,7 @@ payload_death_message:
|
||||||
#endif /* KEEP_IT_REAL */
|
#endif /* KEEP_IT_REAL */
|
||||||
|
|
||||||
/* Switch back to original stack and zero .bss16 */
|
/* Switch back to original stack and zero .bss16 */
|
||||||
lss %ss:(%esp), %esp
|
addr32 lss %ss:(%esp), %esp
|
||||||
pushl %edi
|
pushl %edi
|
||||||
pushw %es
|
pushw %es
|
||||||
movw %bx, %es
|
movw %bx, %es
|
||||||
|
|
Loading…
Reference in New Issue