ソースを参照

* mwpascal is also a clearstack_pocall (fixes e.g. calling
CGAffineTransformMakeRotation on Darwin/i386)

git-svn-id: trunk@7397 -

Jonas Maebe 18 年 前
コミット
02a69ff049
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/symconst.pas

+ 1 - 1
compiler/symconst.pas

@@ -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];