summaryrefslogtreecommitdiff
path: root/ujit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit_iface.h')
-rw-r--r--ujit_iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ujit_iface.h b/ujit_iface.h
index 1e43c7c60c..920dfd5349 100644
--- a/ujit_iface.h
+++ b/ujit_iface.h
@@ -20,6 +20,8 @@ struct rb_callcache;
#define rb_callcache rb_callcache
#endif
+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);