mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 03:39:31 +02:00
Add missing reference increases for ait_jvar labels
This commit is contained in:
parent
d8f06aa4f1
commit
8817e896db
@ -3632,7 +3632,9 @@ implementation
|
||||
stackslot:=_stackslot;
|
||||
desc:=stringdup(_desc);
|
||||
startlab:=_startlab;
|
||||
startlab.increfs;
|
||||
stoplab:=_stoplab;
|
||||
stoplab.increfs;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user