Explorar o código

+ ignore rtti syms in dwarf

git-svn-id: trunk@2368 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
2b059f925f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;