aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index c153e5fc59..43b0ea77f2 100644
--- a/cont.c
+++ b/cont.c
@@ -610,7 +610,7 @@ rb_fiber_start(void)
th->thrown_errinfo =
vm_make_jump_tag_but_local_jump(state, th->errinfo);
}
- th->interrupt_flag = 1;
+ RUBY_VM_SET_INTERRUPT(th);
}
rb_fiber_terminate(cont);