зеркало из https://github.com/github/ruby.git
Fix a typo in jit_chain_guard
This commit is contained in:
Родитель
39b7874481
Коммит
11bd040b89
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче