Explorar o código

* also count references to relsymbols

git-svn-id: trunk@8654 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
7e5e13223e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/aasmtai.pas

+ 2 - 0
compiler/aasmtai.pas

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