summaryrefslogtreecommitdiff
path: root/ujit_iface.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-01-14 16:58:20 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:27 -0400
commit59eb98fbaa4762a935ef57a6777042068b186278 (patch)
tree353c6506f5aa620d2f001929a4e915e7ec799bb2 /ujit_iface.h
parent4a5710769609c35a32a071cc4cd3bcebdc3ec908 (diff)
downloadruby-59eb98fbaa4762a935ef57a6777042068b186278.tar.gz
Fix ujit cc/cme invalidation code for opt_send_without_block
Diffstat (limited to 'ujit_iface.h')
-rw-r--r--ujit_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ujit_iface.h b/ujit_iface.h
index 920dfd5349..0c6bf2456c 100644
--- a/ujit_iface.h
+++ b/ujit_iface.h
@@ -24,6 +24,6 @@ void cb_write_pre_call_bytes(codeblock_t* cb);
void cb_write_post_call_bytes(codeblock_t* cb);
void map_addr2insn(void *code_ptr, int insn);
int opcode_at_pc(const rb_iseq_t *iseq, const VALUE *pc);
-void assume_method_lookup_stable(const struct rb_callcache *cc, const rb_callable_method_entry_t *cme, ctx_t *ctx);
+void assume_method_lookup_stable(const struct rb_callcache *cc, const rb_callable_method_entry_t *cme, block_t* block);
#endif // #ifndef UJIT_IFACE_H