Browse Source

Add "addr32" required explicitly by older gas.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
2138db36ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/firmware/pcbios/e820mangler.S

+ 1
- 1
src/arch/i386/firmware/pcbios/e820mangler.S View File

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

Loading…
Cancel
Save