Browse Source

Add missing reference increases for ait_jvar labels

Jonas Maebe 3 năm trước cách đây
mục cha
commit
8817e896db
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/aasmtai.pas

+ 2 - 0
compiler/aasmtai.pas

@@ -3632,7 +3632,9 @@ implementation
         stackslot:=_stackslot;
         desc:=stringdup(_desc);
         startlab:=_startlab;
+        startlab.increfs;
         stoplab:=_stoplab;
+        stoplab.increfs;
       end;