Browse Source

* dwarf: ignore propertysyms for now

git-svn-id: trunk@2525 -
florian 19 years ago
parent
commit
e92d4c87bd
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/dbgdwarf.pas

+ 7 - 1
compiler/dbgdwarf.pas

@@ -1780,8 +1780,14 @@ implementation
             ;
           absolutevarsym :
             append_absolutesym(tabsolutevarsym(sym));
+          propertysym :
+            { ignored for now }
+            ;
           else
-            internalerror(200601242);
+            begin
+              writeln(ord(sym.typ));
+              internalerror(200601242);
+            end;
         end;
         {
         if stabstr<>nil then