mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue