diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-29 12:15:24 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-11-29 12:15:24 +0900 |
| commit | afa53809e2633adccfd0681809b531e7e74b31e5 (patch) | |
| tree | 390cec62942fb3878ab4f52fb1ec5dda9e538717 /src/vm.c | |
| parent | f35f975d26fea23c00a2908f8686fa1b0476096a (diff) | |
| download | mruby-afa53809e2633adccfd0681809b531e7e74b31e5.tar.gz mruby-afa53809e2633adccfd0681809b531e7e74b31e5.zip | |
No need to use `ecall_adjust()`.
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
