2
0
Эх сурвалжийг харах

* fixed misplaced braces that caused all records to be passed by reference
on ppc64 with the mwpascal calling convention, instead of only the const
ones

git-svn-id: trunk@30219 -

Jonas Maebe 10 жил өмнө
parent
commit
a02fb7c794

+ 2 - 1
compiler/powerpc64/cpupara.pas

@@ -178,7 +178,8 @@ begin
     procvardef,
     recorddef:
       result :=
-        ((varspez = vs_const) and
+        (varspez = vs_const) and
+        (
          (
           (not (calloption in [pocall_cdecl, pocall_cppdecl]) and
           (def.size > 8))