Skip to content

Commit

Permalink
[libprefix] Fix building on 64-bit FreeBSD 8.4
Browse files Browse the repository at this point in the history
Reported-by: Pavel Antonov <holly@istu.edu>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 23, 2015
1 parent acc27b9 commit a3c00d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/i386/prefix/libprefix.S
Expand Up @@ -851,7 +851,7 @@ payload_death_message:
#endif /* KEEP_IT_REAL */

/* Switch back to original stack and zero .bss16 */
lss %ss:(%esp), %esp
addr32 lss %ss:(%esp), %esp
pushl %edi
pushw %es
movw %bx, %es
Expand Down

0 comments on commit a3c00d8

Please sign in to comment.