summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index 6194267077..a10f90e7a3 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -123,7 +123,7 @@ vm_cme_invalidate(rb_callable_method_entry_t *cme)
METHOD_ENTRY_INVALIDATED_SET(cme);
RB_DEBUG_COUNTER_INC(cc_cme_invalidate);
- rb_yjit_cme_invalidate((VALUE)cme);
+ rb_yjit_cme_invalidate(cme);
}
static int
@@ -148,7 +148,7 @@ rb_clear_constant_cache_for_id(ID id)
ruby_vm_constant_cache_invalidations += ics->num_entries;
}
- rb_yjit_constant_state_changed();
+ rb_yjit_constant_state_changed(id);
}
static void