mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
* "on" nodes inherit the exception catching state from the "try"
git-svn-id: branches/debug_eh@42194 -
This commit is contained in:
parent
3f2578a3e3
commit
d0be4f11b8
@ -633,7 +633,7 @@ implementation
|
||||
current_procinfo.CurrBreakLabel:=breakexceptlabel;
|
||||
end;
|
||||
|
||||
flowcontrol:=[fc_inflowcontrol];
|
||||
flowcontrol:=[fc_inflowcontrol]+trystate.oldflowcontrol*[fc_catching_exceptions];
|
||||
{ on statements }
|
||||
if assigned(right) then
|
||||
secondpass(right);
|
||||
|
Loading…
Reference in New Issue
Block a user