From e5c8cb4e416495564b8a797e46e843df44b1add3 Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Wed, 19 Sep 2007 10:27:48 -0600 Subject: [PATCH] Reverted the assembly, since the Mac didn't support this anyway --- src/cdecl.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cdecl.S b/src/cdecl.S index 9573eb9002..c5cf83ff2f 100644 --- a/src/cdecl.S +++ b/src/cdecl.S @@ -1,10 +1,10 @@ #include "types.h" .text -.globl _cdeclCall +.globl cdeclCall //.type cdeclCall, @function -_cdeclCall: +cdeclCall: pushl %ebp movl %esp,%ebp