summaryrefslogtreecommitdiff
path: root/yjit
diff options
context:
space:
mode:
Diffstat (limited to 'yjit')
-rw-r--r--yjit/src/codegen.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs
index 16fe837f4d..ab87038c67 100644
--- a/yjit/src/codegen.rs
+++ b/yjit/src/codegen.rs
@@ -2219,9 +2219,6 @@ fn gen_setinstancevariable(
let ic = jit_get_arg(jit, 1).as_u64(); // type IVC
// The function could raise exceptions.
- jit_prepare_routine_call(jit, ctx, asm);
-
- // Save the PC and SP because the callee may allocate
// Note that this modifies REG_SP, which is why we do it first
jit_prepare_routine_call(jit, ctx, asm);