clear also breakOperations

This commit is contained in:
Volker Berlin 2021-10-24 16:19:21 +02:00
parent e186703dd4
commit 2fb70dd319

View File

@ -91,6 +91,7 @@ class BranchManger {
allParsedOperations.clear();
root.clear();
loops.clear();
breakOperations.clear();
root.endPos = root.elseEndPos = code.getCodeSize();
exceptionTable = code.getExceptionTable();
for( TryCatchFinally ex : exceptionTable ) {