No need to use ecall_adjust().

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-11-29 12:15:24 +09:00
parent f35f975d26
commit afa53809e2
+1 -1
View File
@@ -1977,7 +1977,7 @@ RETRY_TRY_BLOCK:
goto L_RAISE;
}
while (mrb->c->eidx > 0) {
ecall_adjust();
ecall(mrb);
}
/* automatic yield at the end */
mrb->c->status = MRB_FIBER_TERMINATED;