2
0
Эх сурвалжийг харах

+ ignore rtti syms in dwarf

git-svn-id: trunk@2368 -
florian 19 жил өмнө
parent
commit
2b059f925f

+ 3 - 0
compiler/dbgdwarf.pas

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