mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue