Browse Source

* write a name for the none property access entry (looks nicer than a "(Nil)" at the start of the line)

git-svn-id: trunk@42354 -
svenbarth 6 years ago
parent
commit
2a7b750d70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 0
compiler/utils/ppuutils/ppudump.pp

@@ -3622,6 +3622,7 @@ begin
              write  ([space,'   Index Type : ']);
              write  ([space,'   Index Type : ']);
              readderef('');
              readderef('');
              { palt_none }
              { palt_none }
+             write  ([space,'   Noneaccess : ']);
              readpropaccesslist('');
              readpropaccesslist('');
              write  ([space,'   Readaccess : ']);
              write  ([space,'   Readaccess : ']);
              readpropaccesslist(space+'         Sym: ',TPpuPropDef(def).Getter);
              readpropaccesslist(space+'         Sym: ',TPpuPropDef(def).Getter);