mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 20:05:57 +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;
|
exit;
|
||||||
p := tunarynode(p).left;
|
p := tunarynode(p).left;
|
||||||
end;
|
end;
|
||||||
labeln,
|
|
||||||
blockn:
|
blockn:
|
||||||
p := tunarynode(p).left;
|
p := tunarynode(p).left;
|
||||||
callparan:
|
callparan:
|
||||||
|
Loading…
Reference in New Issue
Block a user