Browse Source

* Fixed bug in "node_complexity" where a TLabelNode was put through an invalid typecast.

J. Gareth "Curious Kit" Moreton 9 months ago
parent
commit
e2dd3a09dc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/nutils.pas

+ 0 - 1
compiler/nutils.pas

@@ -774,7 +774,6 @@ implementation
                     exit;
                     exit;
                   p := tunarynode(p).left;
                   p := tunarynode(p).left;
                 end;
                 end;
-              labeln,
               blockn:
               blockn:
                 p := tunarynode(p).left;
                 p := tunarynode(p).left;
               callparan:
               callparan: