Call rb_jit_cont_init() even earlier
To fix https://github.com/ruby/ruby/actions/runs/6581593578/job/17881779994
This commit is contained in:
parent
a9d7525fb4
commit
985370406d
2
cont.c
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user