From fbb514f67ec2d455359f8ea7b86ce23b66c60292 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 22 Mar 2021 21:04:00 -0400 Subject: Introduce yjit_guard_known_klass() --- yjit_iface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit_iface.h') diff --git a/yjit_iface.h b/yjit_iface.h index 269312da1c..d3cb9f680f 100644 --- a/yjit_iface.h +++ b/yjit_iface.h @@ -71,7 +71,7 @@ VALUE *iseq_pc_at_idx(const rb_iseq_t *iseq, uint32_t insn_idx); void map_addr2insn(void *code_ptr, int insn); int opcode_at_pc(const rb_iseq_t *iseq, const VALUE *pc); -void check_cfunc_dispatch(VALUE receiver, struct rb_call_data *cd, void *callee, rb_callable_method_entry_t *compile_time_cme); +void check_cfunc_dispatch(VALUE receiver, struct rb_callinfo *ci, void *callee, rb_callable_method_entry_t *compile_time_cme); bool cfunc_needs_frame(const rb_method_cfunc_t *cfunc); RBIMPL_ATTR_NODISCARD() bool assume_bop_not_redefined(block_t *block, int redefined_flag, enum ruby_basic_operators bop); -- cgit v1.2.3