mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
* 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 -
This commit is contained in:
parent
7bc66a5142
commit
a02fb7c794
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user