Skip to content

Commit

Permalink
Fix declaration of rb_rjit_entry_stub_hit in rjit_c.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 13, 2023
1 parent 3612b1b commit 80fa9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rjit_c.c
Expand Up @@ -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"
Expand Down

0 comments on commit 80fa9b0

Please sign in to comment.