mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Manually increase refs of newly created labelsymbol in insertpcrelativedata
This commit is contained in:
parent
f27b55e9b2
commit
2cdbdcd5c5
@ -1131,6 +1131,7 @@ implementation
|
||||
listtoinsert.Concat(hp2);
|
||||
taicpu(curtai).oper[curop]^.ref^.symboldata:=hp;
|
||||
taicpu(curtai).oper[curop]^.ref^.symbol:=l;
|
||||
l.increfs;
|
||||
curdatatai:=hp;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user