Make sure nf_usercode_entry get transferred inside firstpass procedure

git-svn-id: trunk@49279 -
This commit is contained in:
pierre 2021-04-27 14:20:09 +00:00
parent 423940afd7
commit 7721995c71

View File

@ -189,6 +189,7 @@ implementation
{ should the node be replaced? }
if assigned(hp) then
begin
hp.flags := hp.flags + (p.flags * [nf_usercode_entry]);
p.free;
{ switch to new node }
p:=hp;