diff options
author | Takashi Kokubun <[email protected]> | 2023-10-19 17:12:08 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-10-19 17:12:09 -0700 |
commit | 985370406d2c5150fa3e0f23cdae605ec1a60fdb (patch) | |
tree | 998ca0aa30e04a46ad13c04eb2478313ad8029d6 /cont.c | |
parent | a9d7525fb420e721da38c0959dcc8980cd0cf38e (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |