Ver Fonte

* fixed merge r1480

git-svn-id: branches/fixes_2_0@1486 -
peter há 20 anos atrás
pai
commit
2749144983
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -4952,7 +4952,7 @@ implementation
           end
           end
         else
         else
           begin
           begin
-            asmlist[al_rtti].concat(Tai_const.Create_8bit(tkprocvar));
+            rttilist.concat(Tai_const.Create_8bit(tkprocvar));
             write_rtti_name;
             write_rtti_name;
           end;
           end;
       end;
       end;