diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-02 21:46:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-02 21:46:51 +0900 |
| commit | 6ddd79fd0ebfd88a9b36be08d509e665a9322567 (patch) | |
| tree | b7cdfe97ce79e9826ed7457b496e311a5c67d8a7 /src/vm.c | |
| parent | a8c5df2442c82234736425a13abf51d0462da530 (diff) | |
| download | mruby-6ddd79fd0ebfd88a9b36be08d509e665a9322567.tar.gz mruby-6ddd79fd0ebfd88a9b36be08d509e665a9322567.zip | |
ensure must not be called before rescue; fix #2933
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1486,9 +1486,6 @@ RETRY_TRY_BLOCK: if (ci->ridx == 0) goto L_STOP; goto L_RESCUE; } - while (eidx > ci[-1].eidx) { - ecall(mrb, --eidx); - } while (ci[0].ridx == ci[-1].ridx) { cipop(mrb); ci = mrb->c->ci; |
