RJIT: Correct the type of rb_vm_insns_count
This commit is contained in:
parent
edd6581eec
commit
8671cd59f7
2
rjit_c.c
2
rjit_c.c
@ -535,7 +535,7 @@ 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);
|
||||
extern void* rb_rjit_branch_stub_hit(VALUE branch_stub, int sp_offset, int target0_p);
|
||||
extern size_t rb_vm_insns_count;
|
||||
extern uint64_t rb_vm_insns_count;
|
||||
|
||||
#include "rjit_c.rbinc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user