Remove an unneeded function copy

This commit is contained in:
Takashi Kokubun 2023-04-01 23:06:45 -07:00
parent 6c55c3eb7f
commit 1b475fcd10
9 changed files with 13 additions and 25 deletions

View file

@ -4315,7 +4315,7 @@ module RubyVM::RJIT
asm.mov(C_ARGS[0], diff)
asm.mov(C_ARGS[1], values_ptr)
asm.mov(C_ARGS[2], array)
asm.call(C.rb_yjit_rb_ary_unshift_m)
asm.call(C.rb_ary_unshift_m)
ctx.stack_pop(diff)
stack_ret = ctx.stack_push