Explorar el Código

Add "addr32" required explicitly by older gas.

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
2138db36ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/firmware/pcbios/e820mangler.S

+ 1
- 1
src/arch/i386/firmware/pcbios/e820mangler.S Ver fichero

@@ -376,7 +376,7 @@ int15_e820:
376 376
 	jmp	int15_e820
377 377
 	/* Restore flags from original INT 15,e820 call and return */
378 378
 1:	popfw
379
-	leal	12(%esp), %esp /* avoid changing flags */
379
+	addr32 leal	12(%esp), %esp /* avoid changing flags */
380 380
 	lret	$2
381 381
 	.size int15_e820, . - int15_e820
382 382
 	

Loading…
Cancelar
Guardar