浏览代码

+ ignore rtti syms in dwarf

git-svn-id: trunk@2368 -
florian 19 年之前
父节点
当前提交
2b059f925f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/dbgdwarf.pas

+ 3 - 0
compiler/dbgdwarf.pas

@@ -1331,6 +1331,9 @@ implementation
           enumsym :
             { ignore enum syms, they are written by the owner }
             ;
+          rttisym :
+            { ignore rtti syms, they are only of internal use }
+            ;
           else
             internalerror(200601242);
         end;