Przeglądaj źródła

* fixed merge r1480

git-svn-id: branches/fixes_2_0@1486 -
peter 20 lat temu
rodzic
commit
2749144983
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

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