summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-02-09 16:24:06 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:28 -0400
commit9d8cc01b758f9385bd4c806f3daff9719e07faa0 (patch)
tree2e5eca04a45f899655f79a6cfb49e7573fb12f4c /vm_insnhelper.c
parent6341fc21b2e15dca82253da41047ce37409508fc (diff)
WIP JIT-to-JIT returns
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 7075f7c0f2..f743e07e03 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -390,6 +390,7 @@ vm_push_frame(rb_execution_context_t *ec,
#if VM_DEBUG_BP_CHECK
.bp_check = sp,
#endif
+ .jit_return = NULL
};
ec->cfp = cfp;