diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs index d0de7011c7..52d39370c4 100644 --- a/yjit/src/codegen.rs +++ b/yjit/src/codegen.rs @@ -1927,7 +1927,7 @@ fn gen_set_ivar( jit: &mut JITState, ctx: &mut Context, asm: &mut Assembler, - _recv: VALUE, + recv: VALUE, ivar_name: ID, ) -> CodegenStatus { // Save the PC and SP because the callee may allocate