summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-10-19 17:12:08 -0700
committerTakashi Kokubun <[email protected]>2023-10-19 17:12:09 -0700
commit985370406d2c5150fa3e0f23cdae605ec1a60fdb (patch)
tree998ca0aa30e04a46ad13c04eb2478313ad8029d6 /cont.c
parenta9d7525fb420e721da38c0959dcc8980cd0cf38e (diff)
Call rb_jit_cont_init() even earlier
To fix https://github.com/ruby/ruby/actions/runs/6581593578/job/17881779994
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cont.c b/cont.c
index b8b6468c1c..621de351cb 100644
--- a/cont.c
+++ b/cont.c
@@ -3443,8 +3443,6 @@ Init_Cont(void)
}
}
- rb_jit_cont_init();
-
rb_cFiber = rb_define_class("Fiber", rb_cObject);
rb_define_alloc_func(rb_cFiber, fiber_alloc);
rb_eFiberError = rb_define_class("FiberError", rb_eStandardError);