summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-01-28 16:58:20 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:28 -0400
commit2e561ff255ea69e50f2d53240332cfd96463ef06 (patch)
tree3711eca121d493aa1f7a7f4e557333275a905c1e /iseq.h
parent3c7251b41b8850aab7c64c4885669e9c099d2465 (diff)
downloadruby-2e561ff255ea69e50f2d53240332cfd96463ef06.tar.gz
Restore interpreter regs in ujit hook. Implement leave bytecode.
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/iseq.h b/iseq.h
index cd939a0684..8275bab575 100644
--- a/iseq.h
+++ b/iseq.h
@@ -315,9 +315,7 @@ VALUE rb_iseq_defined_string(enum defined_type type);
/* vm.c */
VALUE rb_iseq_local_variables(const rb_iseq_t *iseq);
-NOINLINE(VALUE *rb_ujit_empty_func(rb_control_frame_t *cfp));
-NOINLINE(VALUE *rb_ujit_empty_func_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec));
-
+NOINLINE(void rb_ujit_empty_func_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec));
RUBY_SYMBOL_EXPORT_END