mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
RJIT: Fix the argument of shift_stack
This commit is contained in:
parent
98f0e2c330
commit
51b2f4c0f5
1 changed files with 1 additions and 1 deletions
|
@ -5421,7 +5421,7 @@ module RubyVM::RJIT
|
|||
asm.mov(opnd2, :rax)
|
||||
end
|
||||
|
||||
ctx.shift_stack(1)
|
||||
ctx.shift_stack(argc)
|
||||
end
|
||||
|
||||
# vm_call_symbol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue