diff options
Diffstat (limited to 'yjit')
-rw-r--r-- | yjit/src/codegen.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs index e14a276f36..f2aad629fc 100644 --- a/yjit/src/codegen.rs +++ b/yjit/src/codegen.rs @@ -5066,8 +5066,8 @@ fn gen_send_iseq( ocb, return_block, &return_ctx, - Some(return_block), - Some(&return_ctx), + None, + None, gen_return_branch, ); |