summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-06-12 03:07:43 +0200
committerMichael Brown2006-06-12 03:07:43 +0200
commit2138db36ca65dc956d1b1a61ffb7098844eed444 (patch)
tree33dd1295dedce86ef7102dc3606b0b12221db596
parentAdd NULL_TRAP as a config option (diff)
downloadipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.tar.gz
ipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.tar.xz
ipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.zip
Add "addr32" required explicitly by older gas.
-rw-r--r--src/arch/i386/firmware/pcbios/e820mangler.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/firmware/pcbios/e820mangler.S b/src/arch/i386/firmware/pcbios/e820mangler.S
index 288f4994b..89030a49e 100644
--- a/src/arch/i386/firmware/pcbios/e820mangler.S
+++ b/src/arch/i386/firmware/pcbios/e820mangler.S
@@ -376,7 +376,7 @@ int15_e820:
jmp int15_e820
/* Restore flags from original INT 15,e820 call and return */
1: popfw
- leal 12(%esp), %esp /* avoid changing flags */
+ addr32 leal 12(%esp), %esp /* avoid changing flags */
lret $2
.size int15_e820, . - int15_e820