mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* patch by rasberryrabbit to resolve #40761
This commit is contained in:
parent
5e00358f13
commit
1e3865a187
@ -808,7 +808,7 @@ implementation
|
||||
p := TStatementNode(n.Next);
|
||||
while Assigned(p) do
|
||||
begin
|
||||
if (TStatementNode(p).left.nodetype in [labeln, asmn, tempcreaten, tempdeleten]) then
|
||||
if (TStatementNode(p).left.nodetype in [labeln, asmn, tempcreaten, tempdeleten, blockn]) then
|
||||
Break;
|
||||
|
||||
last := p;
|
||||
|
Loading…
Reference in New Issue
Block a user