mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 18:41:31 +02:00
* Fixed bug in "node_complexity" where a TLabelNode was put through an invalid typecast.
This commit is contained in:
parent
77ff0bd111
commit
e2dd3a09dc
@ -774,7 +774,6 @@ implementation
|
||||
exit;
|
||||
p := tunarynode(p).left;
|
||||
end;
|
||||
labeln,
|
||||
blockn:
|
||||
p := tunarynode(p).left;
|
||||
callparan:
|
||||
|
Loading…
Reference in New Issue
Block a user