The `ci` should not be equal to `cibase` with `OP_R_BREAK`; #3871

parent 6975258e
......@@ -2065,6 +2065,9 @@ RETRY_TRY_BLOCK:
}
ci--;
}
if (ci == mrb->c->cibase) {
goto L_BREAK_ERROR;
}
break;
default:
/* cannot happen */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment