mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Fix another exception while rendering labels
This commit is contained in:
parent
299485eb96
commit
d49354bdac
@ -323,8 +323,7 @@ public class StatementRenderer implements ExprVisitor, StatementVisitor {
|
||||
blockIndexMap.add(mappedIndex);
|
||||
blockIds.add(RenderingUtil.indexToId(mappedIndex));
|
||||
}
|
||||
mappedIndex = blockIndexMap.get(index);
|
||||
return blockIds.get(mappedIndex);
|
||||
return blockIds.get(index);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user