fix: incorrect compilation of if-else
This commit is contained in:
parent
506726fd76
commit
e3f1bc0949
@ -46,7 +46,7 @@ public class IfNode extends Node {
|
||||
|
||||
int mid = target.temp();
|
||||
|
||||
body.compile(target, false, BreakpointType.STEP_OVER);
|
||||
elseBody.compile(target, false, BreakpointType.STEP_OVER);
|
||||
LabelContext.getBreak(target.env).pop(label);
|
||||
|
||||
int endI = target.size();
|
||||
|
Loading…
Reference in New Issue
Block a user