]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[libprefix] Fix building on 64-bit FreeBSD 8.4
authorMichael Brown <mcb30@ipxe.org>
Mon, 23 Mar 2015 13:28:59 +0000 (13:28 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 23 Mar 2015 13:28:59 +0000 (13:28 +0000)
Reported-by: Pavel Antonov <holly@istu.edu>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/libprefix.S

index 00ce3fb9995d554e40f93bef7766a859172df4b4..c514dac78a96b5285a16a0cfe43cd0029c4e5d36 100644 (file)
@@ -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