mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Correct the type of rb_vm_insns_count
This commit is contained in:
parent
edd6581eec
commit
8671cd59f7
1 changed files with 1 additions and 1 deletions
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 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_entry_stub_hit(VALUE branch_stub);
|
||||||
extern void* rb_rjit_branch_stub_hit(VALUE branch_stub, int sp_offset, int target0_p);
|
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"
|
#include "rjit_c.rbinc"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue