Fix YJIT args for rb_vm_set_ivar_idx
This was broken accidentally with the revert of shapes (it conflicted with some unrelated cleanup).
This commit is contained in:
parent
1143fe340a
commit
70538beaa9
Notes:
git
2022-10-01 09:26:51 +09:00
@ -1945,7 +1945,7 @@ fn gen_set_ivar(
|
||||
rb_vm_set_ivar_idx as *const u8,
|
||||
vec![
|
||||
recv_opnd,
|
||||
Opnd::UImm(ivar_name),
|
||||
ivar_index.into(),
|
||||
val_opnd,
|
||||
],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user