mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 07:09:29 +02:00
* Fixed bug where a call node's intrinsic code
wasn't copied over during "DoGetCopy"
This commit is contained in:
parent
d6c3c74b46
commit
d25d094d57
@ -1819,7 +1819,8 @@ implementation
|
||||
n.procdefinition:=procdefinition;
|
||||
n.typedef := typedef;
|
||||
n.callnodeflags := callnodeflags;
|
||||
n.pushedparasize:=pushedparasize;
|
||||
n.pushedparasize := pushedparasize;
|
||||
n.intrinsiccode := intrinsiccode;
|
||||
if assigned(callinitblock) then
|
||||
n.callinitblock:=tblocknode(callinitblock.dogetcopy)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user