fix #1156
This commit is contained in:
parent
b424fd1123
commit
3892369e38
|
|
@ -633,6 +633,7 @@ namespace PascalABCCompiler
|
|||
if(stmt.filters[i].exception_var!=null)
|
||||
IncreaseNumUseVar(stmt.filters[i].exception_var);
|
||||
VisitStatement(stmt.filters[i].exception_handler);
|
||||
is_break_stmt = false;
|
||||
}
|
||||
VisitStatement(stmt.finally_statements);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue