mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:09:43 +02:00
* fixed a_param_ref for large parameters
git-svn-id: trunk@2854 -
This commit is contained in:
parent
6e58ad4a12
commit
20160f1a35
@ -817,7 +817,7 @@ implementation
|
||||
ref.offset:=cgpara.location^.reference.offset;
|
||||
{ use concatcopy, because it can also be a float which fails when
|
||||
load_ref_ref is used }
|
||||
g_concatcopy(list,r,ref,tcgsize2size[size]);
|
||||
g_concatcopy(list,r,ref,cgpara.intsize);
|
||||
end
|
||||
else
|
||||
internalerror(2002071004);
|
||||
|
Loading…
Reference in New Issue
Block a user