mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 12:29:10 +02:00
* initialize function result for variadic functions (fixup for r41420)
git-svn-id: trunk@41544 -
This commit is contained in:
parent
1842933e40
commit
62cef8eb2b
@ -85,6 +85,8 @@ implementation
|
|||||||
else
|
else
|
||||||
internalerror(2019021927);
|
internalerror(2019021927);
|
||||||
end;
|
end;
|
||||||
|
{ Create Function result paraloc }
|
||||||
|
create_funcretloc_info(p,side);
|
||||||
result:=cur_stack_offset;
|
result:=cur_stack_offset;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user