зеркало из https://github.com/github/ruby.git
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:
Родитель
9a6803c90b
Коммит
1143fe340a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче