summaryrefslogtreecommitdiff
path: root/zjit/src/codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zjit/src/codegen.rs')
-rw-r--r--zjit/src/codegen.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/zjit/src/codegen.rs b/zjit/src/codegen.rs
index efc00be064..9101124917 100644
--- a/zjit/src/codegen.rs
+++ b/zjit/src/codegen.rs
@@ -378,6 +378,8 @@ fn gen_send_without_block(
rb_vm_opt_send_without_block as *const u8,
vec![EC, CFP, (cd as usize).into()],
);
+ // TODO(max): Add a PatchPoint here that can side-exit the function if the callee messed with
+ // the frame's locals
Some(ret)
}