소스 검색

Add "addr32" required explicitly by older gas.

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
2138db36ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/arch/i386/firmware/pcbios/e820mangler.S

+ 1
- 1
src/arch/i386/firmware/pcbios/e820mangler.S 파일 보기

@@ -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…
취소
저장