RJIT: Fix the argument of shift_stack
This commit is contained in:
parent
98f0e2c330
commit
51b2f4c0f5
@ -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…
x
Reference in New Issue
Block a user