From be06112d48b763da1e3f29b03e5e59d2a44e7b72 Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Fri, 1 Oct 2021 12:17:09 +0100 Subject: Fix changes from rebase --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 810f74073a..24f66ff3a0 100644 --- a/compile.c +++ b/compile.c @@ -3454,6 +3454,7 @@ insn_set_specialized_instruction(rb_iseq_t *iseq, INSN *iobj, int insn_id) { iobj->insn_id = insn_id; iobj->operand_size = insn_len(insn_id) - 1; + iobj->insn_info.events |= RUBY_EVENT_C_CALL | RUBY_EVENT_C_RETURN; if (insn_id == BIN(opt_neq)) { VALUE original_ci = iobj->operands[0]; @@ -11142,7 +11143,6 @@ ibf_load_code(const struct ibf_load *load, rb_iseq_t *iseq, ibf_offset_t bytecod for (op_index=0; types[op_index]; op_index++, code_index++) { char type = types[op_index]; switch (type) { - case TS_CDHASH: case TS_VALUE: { VALUE op = ibf_load_small_value(load, &reading_pos); -- cgit v1.2.3