summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 7d3e7639..e376b481 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -22,11 +22,11 @@ endif
CFLAGS += -mpreferred-stack-boundary=2
# Code size reduction. Use regparm for all functions - C functions
-# called from assembly (or vice versa) need __cdecl now
+# called from assembly (or vice versa) need __asmcall now
#
CFLAGS += -mregparm=3
-# Code size reduction. Use -mrtd (same __cdecl requirements as above)
+# Code size reduction. Use -mrtd (same __asmcall requirements as above)
CFLAGS += -mrtd
# Code size reduction. This is the logical complement to -mregparm=3.