Преглед изворни кода

* removed pocall_mwpascal from pushleftright_pocalls (caused putting
record results in the wrong register)

git-svn-id: trunk@3987 -

Jonas Maebe пре 19 година
родитељ
комит
6ebdce7f05
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/symconst.pas

+ 1 - 1
compiler/symconst.pas

@@ -420,7 +420,7 @@ const
      pocall_cdecl,pocall_cppdecl,pocall_syscall
    ];
 
-   pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal,pocall_mwpascal];
+   pushleftright_pocalls : tproccalloptions = [pocall_register,pocall_pascal];
 
      SymTypeName : array[tsymtyp] of string[12] = (
        'abstractsym','globalvar','localvar','paravar','fieldvar',