mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix a test_rubyoptions failure
This commit is contained in:
parent
46e93ef53d
commit
3cb5e7558d
2 changed files with 0 additions and 21 deletions
|
@ -2990,9 +2990,6 @@ module RubyVM::RJIT
|
|||
return false
|
||||
end
|
||||
|
||||
# Generate a side exit
|
||||
side_exit = side_exit(jit, ctx)
|
||||
|
||||
# Guard that the concat argument is a string
|
||||
asm.mov(:rax, ctx.stack_opnd(0))
|
||||
guard_object_is_string(jit, ctx, asm, :rax, :rcx, StackOpnd[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue