Browse Source

* fixed merge r1480

git-svn-id: branches/fixes_2_0@1486 -
peter 20 years ago
parent
commit
2749144983
1 changed files with 1 additions and 1 deletions
  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;