summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yjit/src/codegen.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs
index e5437d707f..e49f5d7a60 100644
--- a/yjit/src/codegen.rs
+++ b/yjit/src/codegen.rs
@@ -2295,7 +2295,6 @@ fn gen_setinstancevariable(
// It allocates so can trigger GC, which takes the VM lock
// so could yield to a different ractor.
jit_prepare_routine_call(jit, asm);
- asm.spill_temps(); // for ccall
asm.ccall(rb_ensure_iv_list_size as *const u8,
vec![
recv,