summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core
diff options
context:
space:
mode:
authorMichael Brown2007-07-29 01:17:25 +0200
committerMichael Brown2007-07-29 01:17:25 +0200
commita6a1052096c72660a24fead2e1e7d580ea4f8bc2 (patch)
tree8de861af803d0775320f6124e51d09f6397aecc7 /src/arch/i386/core
parentMerge branch 'symcheck2' (diff)
downloadipxe-a6a1052096c72660a24fead2e1e7d580ea4f8bc2.tar.gz
ipxe-a6a1052096c72660a24fead2e1e7d580ea4f8bc2.tar.xz
ipxe-a6a1052096c72660a24fead2e1e7d580ea4f8bc2.zip
Applied a modified version of holger's regparm patches.
Diffstat (limited to 'src/arch/i386/core')
-rw-r--r--src/arch/i386/core/relocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/core/relocate.c b/src/arch/i386/core/relocate.c
index d3b42d0da..39d00b098 100644
--- a/src/arch/i386/core/relocate.c
+++ b/src/arch/i386/core/relocate.c
@@ -39,7 +39,7 @@ extern char _end[];
* address space, and returns the physical address of the new location
* to the prefix in %edi.
*/
-void relocate ( struct i386_all_regs *ix86 ) {
+__cdecl void relocate ( struct i386_all_regs *ix86 ) {
struct memory_map memmap;
unsigned long start, end, size, padded_size;
unsigned long new_start, new_end;