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:
John Hawthorn 2022-09-30 16:29:10 -07:00
Родитель 9a6803c90b
Коммит 1143fe340a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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