소스 검색

+ 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;