RJIT: Fix the argument of shift_stack

This commit is contained in:
Takashi Kokubun 2023-04-04 01:17:23 -07:00
parent 98f0e2c330
commit 51b2f4c0f5

View File

@ -5421,7 +5421,7 @@ module RubyVM::RJIT
asm.mov(opnd2, :rax) asm.mov(opnd2, :rax)
end end
ctx.shift_stack(1) ctx.shift_stack(argc)
end end
# vm_call_symbol # vm_call_symbol