mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 16:42:35 +02:00
* fixed passing of structs on x86_64-linux
git-svn-id: trunk@4688 -
This commit is contained in:
parent
08c3d44cea
commit
360cbe1de1
@ -209,7 +209,7 @@ unit cpupara;
|
||||
formaldef :
|
||||
result:=true;
|
||||
recorddef :
|
||||
result:=(def.size>sizeof(aint)) or (varspez=vs_const);
|
||||
result:=(varspez=vs_const) or ((target_info.system=system_x86_64_win64) and (def.size>8));
|
||||
arraydef :
|
||||
begin
|
||||
result:=not(
|
||||
|
Loading…
Reference in New Issue
Block a user