mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
remove debug code
This commit is contained in:
parent
209d72faec
commit
cba37f1cef
@ -190,7 +190,6 @@ class BranchManger {
|
||||
if( nextBlock.op == JavaBlockOperator.GOTO && nextBlock.endPosition == nextPos && n > 1 ) { // Eclipse loop with wide goto_w
|
||||
ParsedBlock prevBlock = allParsedOperations.get( n - 1 );
|
||||
if( prevBlock.op == JavaBlockOperator.IF && prevBlock.endPosition == nextBlock.nextPosition ) {
|
||||
System.err.println( nextBlock );
|
||||
int conditionStart = parsedBlock.endPosition;
|
||||
int conditionEnd = prevBlock.nextPosition;
|
||||
convertToLoop( parsedBlock, conditionStart, conditionEnd );
|
||||
|
Loading…
x
Reference in New Issue
Block a user