diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-29 00:17:25 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-29 00:17:25 +0100 |
commit | a6a1052096c72660a24fead2e1e7d580ea4f8bc2 (patch) | |
tree | 8de861af803d0775320f6124e51d09f6397aecc7 /src/core | |
parent | e3484e26eba1ba36481d814b35f8561a0f4cb8a6 (diff) | |
download | ipxe-a6a1052096c72660a24fead2e1e7d580ea4f8bc2.tar.gz |
Applied a modified version of holger's regparm patches.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 09dccc76..88fbb579 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -24,7 +24,7 @@ Literature dealing with the network protocols: * * @ret rc Return status code */ -int main ( void ) { +__cdecl int main ( void ) { initialise(); startup(); |