Explorar el Código

[libprefix] Fix building on 64-bit FreeBSD 8.4

Reported-by: Pavel Antonov <holly@istu.edu>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 9 años
padre
commit
a3c00d8d3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/prefix/libprefix.S

+ 1
- 1
src/arch/i386/prefix/libprefix.S Ver fichero

@@ -851,7 +851,7 @@ payload_death_message:
851 851
 #endif /* KEEP_IT_REAL */
852 852
 
853 853
 	/* Switch back to original stack and zero .bss16 */
854
-	lss	%ss:(%esp), %esp
854
+	addr32 lss %ss:(%esp), %esp
855 855
 	pushl	%edi
856 856
 	pushw	%es
857 857
 	movw	%bx, %es

Loading…
Cancelar
Guardar