This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
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
77ff0bd111
commit
e2dd3a09dc
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
compiler/nutils.pas
+ 0
- 1
compiler/nutils.pas
View File
@@ -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: