mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +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
|
||||
internalerror(2019021927);
|
||||
end;
|
||||
{ Create Function result paraloc }
|
||||
create_funcretloc_info(p,side);
|
||||
result:=cur_stack_offset;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user