* mwpascal is also a clearstack_pocall (fixes e.g. calling

CGAffineTransformMakeRotation on Darwin/i386)

git-svn-id: trunk@7397 -
This commit is contained in:
Jonas Maebe 2007-05-19 18:10:22 +00:00
parent f50eb8c9f6
commit 02a69ff049

View File

@ -476,7 +476,7 @@ const
inherited_objectoptions : tobjectoptions = [oo_has_virtual,oo_has_private,oo_has_protected,
oo_has_strictprotected,oo_has_strictprivate,oo_has_constructor,oo_has_destructor];
clearstack_pocalls = [
pocall_cdecl,pocall_cppdecl,pocall_syscall
pocall_cdecl,pocall_cppdecl,pocall_syscall,pocall_mwpascal
];
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];