diff options
| author | Michael Brown | 2006-06-12 03:07:43 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-12 03:07:43 +0200 |
| commit | 2138db36ca65dc956d1b1a61ffb7098844eed444 (patch) | |
| tree | 33dd1295dedce86ef7102dc3606b0b12221db596 /src/arch | |
| parent | Add NULL_TRAP as a config option (diff) | |
| download | ipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.tar.gz ipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.tar.xz ipxe-2138db36ca65dc956d1b1a61ffb7098844eed444.zip | |
Add "addr32" required explicitly by older gas.
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/firmware/pcbios/e820mangler.S | 2 |
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 |
