summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2022-09-30 16:29:10 -0700
committerJohn Hawthorn <john@hawthorn.email>2022-09-30 16:29:10 -0700
commit1143fe340a99b5d07d0897ea8709bb4cc55b8c02 (patch)
treef1c4dfc8d6048b030337486cce16f24f5c1c8959
parent9a6803c90b817f70389cae10d60b50ad752da48f (diff)
Fix YJIT build after shapes-revert
An variable had been renamed in between the merge and revert, so the build was broken. This restores it.
-rw-r--r--yjit/src/codegen.rs2
1 files changed, 1 insertions, 1 deletions
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