diff options
| author | Michael Brown | 2007-07-29 01:17:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-29 01:17:25 +0200 |
| commit | a6a1052096c72660a24fead2e1e7d580ea4f8bc2 (patch) | |
| tree | 8de861af803d0775320f6124e51d09f6397aecc7 /src/arch/i386/core | |
| parent | Merge branch 'symcheck2' (diff) | |
| download | ipxe-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.c | 2 |
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; |
