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.
This commit is contained in:
parent
9a6803c90b
commit
1143fe340a
@ -1927,7 +1927,7 @@ fn gen_set_ivar(
|
|||||||
jit: &mut JITState,
|
jit: &mut JITState,
|
||||||
ctx: &mut Context,
|
ctx: &mut Context,
|
||||||
asm: &mut Assembler,
|
asm: &mut Assembler,
|
||||||
_recv: VALUE,
|
recv: VALUE,
|
||||||
ivar_name: ID,
|
ivar_name: ID,
|
||||||
) -> CodegenStatus {
|
) -> CodegenStatus {
|
||||||
// Save the PC and SP because the callee may allocate
|
// Save the PC and SP because the callee may allocate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user