Fix a typo in jit_chain_guard
This commit is contained in:
parent
39b7874481
commit
11bd040b89
Notes:
git
2023-03-06 07:30:06 +00:00
@ -794,7 +794,7 @@ module RubyVM::MJIT
|
|||||||
branch_asm.stub(branch_stub) do
|
branch_asm.stub(branch_stub) do
|
||||||
case branch_stub.shape
|
case branch_stub.shape
|
||||||
in Default
|
in Default
|
||||||
asm.public_send(opcode, branch_stub.target0.address)
|
branch_asm.public_send(opcode, branch_stub.target0.address)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user