Ignore:
Timestamp:
Oct 31, 2019, 4:28:27 PM (6 years ago)
Author:
Tadeu Zagallo
Message:

Unreviewed, fix cloop builds after r251886
https://bugs.webkit.org/show_bug.cgi?id=194257

ci2d was renamed to ci2ds, but I missed cloop.rb, arm.rb and mips.rb

  • offlineasm/arm.rb:
  • offlineasm/cloop.rb:
  • offlineasm/mips.rb:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/arm.rb

    r245906 r251893  
    469469        when "sqrtd"
    470470            $asm.puts "vsqrt.f64 #{armFlippedOperands(operands)}"
    471         when "ci2d"
     471        when "ci2ds"
    472472            $asm.puts "vmov #{operands[1].armSingle}, #{operands[0].armOperand}"
    473473            $asm.puts "vcvt.f64.s32 #{operands[1].armOperand}, #{operands[1].armSingle}"
Note: See TracChangeset for help on using the changeset viewer.