فهرست منبع

* also count references to relsymbols

git-svn-id: trunk@8654 -
Jonas Maebe 18 سال پیش
والد
کامیت
7e5e13223e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      compiler/aasmtai.pas

+ 2 - 0
compiler/aasmtai.pas

@@ -1981,6 +1981,8 @@ implementation
             { mark symbol as used }
             { mark symbol as used }
             if assigned(ref^.symbol) then
             if assigned(ref^.symbol) then
               ref^.symbol.increfs;
               ref^.symbol.increfs;
+            if assigned(ref^.relsymbol) then
+              ref^.relsymbol.increfs;
           end;
           end;
       end;
       end;