зеркало из https://github.com/github/ruby.git
Update an outdated YJIT binding
This commit is contained in:
Родитель
f25e7eac04
Коммит
d7c0fec40b
|
@ -1354,5 +1354,9 @@ extern "C" {
|
|||
pub fn rb_yjit_assert_holding_vm_lock();
|
||||
pub fn rb_yjit_sendish_sp_pops(ci: *const rb_callinfo) -> usize;
|
||||
pub fn rb_yjit_invokeblock_sp_pops(ci: *const rb_callinfo) -> usize;
|
||||
pub fn rb_yjit_set_exception_return(cfp: *mut rb_control_frame_t);
|
||||
pub fn rb_yjit_set_exception_return(
|
||||
cfp: *mut rb_control_frame_t,
|
||||
leave_exit: *mut ::std::os::raw::c_void,
|
||||
leave_exception: *mut ::std::os::raw::c_void,
|
||||
);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче