mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Remove an unneeded function copy
This commit is contained in:
parent
6c55c3eb7f
commit
1b475fcd10
9 changed files with 13 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue