зеркало из https://github.com/github/ruby.git
Fix declaration of `rb_rjit_entry_stub_hit` in rjit_c.c
This commit is contained in:
Родитель
3612b1bed8
Коммит
80fa9b0404
2
rjit_c.c
2
rjit_c.c
|
@ -531,7 +531,7 @@ extern const rb_callable_method_entry_t *rb_callable_method_entry_or_negative(VA
|
|||
extern VALUE rb_vm_yield_with_cfunc(rb_execution_context_t *ec, const struct rb_captured_block *captured, int argc, const VALUE *argv);
|
||||
extern VALUE rb_vm_set_ivar_id(VALUE obj, ID id, VALUE val);
|
||||
extern VALUE rb_ary_unshift_m(int argc, VALUE *argv, VALUE ary);
|
||||
extern void* rb_rjit_entry_stub_hit(VALUE branch_stub, int sp_offset, int target0_p);
|
||||
extern void* rb_rjit_entry_stub_hit(VALUE branch_stub);
|
||||
extern void* rb_rjit_branch_stub_hit(VALUE branch_stub, int sp_offset, int target0_p);
|
||||
|
||||
#include "rjit_c.rbinc"
|
||||
|
|
Загрузка…
Ссылка в новой задаче