summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-27 23:04:53 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 22:11:20 -0800
commite4a824f7695a8de9afb90978ccda038b7d280372 (patch)
tree9ae92285d84ff4a2bac76bd925bad6a04c4d5d38 /vm_insnhelper.c
parent9f8f1afba2572ead6ce5a8ca456cb9cabf094c98 (diff)
downloadruby-e4a824f7695a8de9afb90978ccda038b7d280372.tar.gz
Fix broken rebase
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index b2321ed7c8..ea3220fe5d 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -5530,7 +5530,6 @@ vm_ic_update(const rb_iseq_t *iseq, IC ic, VALUE val, const VALUE *reg_ep, const
RUBY_ASSERT(pc >= ISEQ_BODY(iseq)->iseq_encoded);
unsigned pos = (unsigned)(pc - ISEQ_BODY(iseq)->iseq_encoded);
rb_yjit_constant_ic_update(iseq, ic, pos);
- rb_mjit_constant_ic_update(iseq, ic, pos);
}
static VALUE