mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
clear also breakOperations
This commit is contained in:
parent
e186703dd4
commit
2fb70dd319
@ -91,6 +91,7 @@ class BranchManger {
|
|||||||
allParsedOperations.clear();
|
allParsedOperations.clear();
|
||||||
root.clear();
|
root.clear();
|
||||||
loops.clear();
|
loops.clear();
|
||||||
|
breakOperations.clear();
|
||||||
root.endPos = root.elseEndPos = code.getCodeSize();
|
root.endPos = root.elseEndPos = code.getCodeSize();
|
||||||
exceptionTable = code.getExceptionTable();
|
exceptionTable = code.getExceptionTable();
|
||||||
for( TryCatchFinally ex : exceptionTable ) {
|
for( TryCatchFinally ex : exceptionTable ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user