mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* mwpascal is also a clearstack_pocall (fixes e.g. calling
CGAffineTransformMakeRotation on Darwin/i386) git-svn-id: trunk@7397 -
This commit is contained in:
parent
f50eb8c9f6
commit
02a69ff049
@ -476,7 +476,7 @@ const
|
|||||||
inherited_objectoptions : tobjectoptions = [oo_has_virtual,oo_has_private,oo_has_protected,
|
inherited_objectoptions : tobjectoptions = [oo_has_virtual,oo_has_private,oo_has_protected,
|
||||||
oo_has_strictprotected,oo_has_strictprivate,oo_has_constructor,oo_has_destructor];
|
oo_has_strictprotected,oo_has_strictprivate,oo_has_constructor,oo_has_destructor];
|
||||||
clearstack_pocalls = [
|
clearstack_pocalls = [
|
||||||
pocall_cdecl,pocall_cppdecl,pocall_syscall
|
pocall_cdecl,pocall_cppdecl,pocall_syscall,pocall_mwpascal
|
||||||
];
|
];
|
||||||
|
|
||||||
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
|
pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
|
||||||
|
Loading…
Reference in New Issue
Block a user