mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Add "addr32" required explicitly by older gas.
This commit is contained in:
@@ -376,7 +376,7 @@ int15_e820:
|
|||||||
jmp int15_e820
|
jmp int15_e820
|
||||||
/* Restore flags from original INT 15,e820 call and return */
|
/* Restore flags from original INT 15,e820 call and return */
|
||||||
1: popfw
|
1: popfw
|
||||||
leal 12(%esp), %esp /* avoid changing flags */
|
addr32 leal 12(%esp), %esp /* avoid changing flags */
|
||||||
lret $2
|
lret $2
|
||||||
.size int15_e820, . - int15_e820
|
.size int15_e820, . - int15_e820
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user