* Fixed bug where a call node's intrinsic code

wasn't copied over during "DoGetCopy"
This commit is contained in:
J. Gareth "Curious Kit" Moreton 2023-12-27 18:58:02 +00:00
parent d6c3c74b46
commit d25d094d57

View File

@ -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