mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
clear also breakOperations
This commit is contained in:
parent
e186703dd4
commit
2fb70dd319
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user