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 597b0cbbb5..73b121de61 100644
--- a/ujit_iface.h
+++ b/ujit_iface.h
@@ -32,5 +32,7 @@ int opcode_at_pc(const rb_iseq_t *iseq, const VALUE *pc);
void check_cfunc_dispatch(VALUE receiver, struct rb_call_data *cd, void *callee, rb_callable_method_entry_t *compile_time_cme);
bool cfunc_needs_frame(const rb_method_cfunc_t *cfunc);
void assume_method_lookup_stable(const struct rb_callcache *cc, const rb_callable_method_entry_t *cme, block_t* block);
+// this function *must* return passed exit_pc
+const VALUE *rb_ujit_count_side_exit_op(const VALUE *exit_pc);
#endif // #ifndef UJIT_IFACE_H