Skip to content

Commit

Permalink
Fiber workaround does not work in mruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Sep 24, 2023
1 parent abb1f61 commit 2c97f0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mruby/mrbgems/mruby-fiber/src/fiber.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ fiber_resume(mrb_state *mrb, mrb_value self)
mrb_int len;
mrb_bool vmexec = FALSE;

fiber_check_cfunc(mrb, mrb->c);
mrb_get_args(mrb, "*!", &a, &len);
if (mrb->c->ci->cci > 0) {
vmexec = TRUE;
Expand Down

0 comments on commit 2c97f0d

Please sign in to comment.