mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:29:13 +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
@ -1820,6 +1820,7 @@ implementation
|
|||||||
n.typedef := typedef;
|
n.typedef := typedef;
|
||||||
n.callnodeflags := callnodeflags;
|
n.callnodeflags := callnodeflags;
|
||||||
n.pushedparasize := pushedparasize;
|
n.pushedparasize := pushedparasize;
|
||||||
|
n.intrinsiccode := intrinsiccode;
|
||||||
if assigned(callinitblock) then
|
if assigned(callinitblock) then
|
||||||
n.callinitblock:=tblocknode(callinitblock.dogetcopy)
|
n.callinitblock:=tblocknode(callinitblock.dogetcopy)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user