Need not to pop callinfo on OP_STOP.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-01-30 22:55:58 +09:00
parent 43594843d7
commit 55431b4cef
-3
View File
@@ -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);
}