Need not to pop `callinfo` on `OP_STOP`.

parent 43594843
......@@ -2934,9 +2934,6 @@ RETRY_TRY_BLOCK:
CASE(OP_STOP) {
/* stop VM */
L_STOP:
while (mrb->c->ci > mrb->c->cibase) {
cipop(mrb);
}
while (mrb->c->eidx > 0) {
ecall(mrb);
}
......
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