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/cloop.rb

    r250803 r251893  
    686686
    687687        # Convert an int value to its double equivalent, and store it in a double register.
    688         when "ci2d"
    689             $asm.putc "#{operands[1].clLValue(:double)} = (double)#{operands[0].clValue(:int32)}; // ci2d"
     688        when "ci2ds"
     689            $asm.putc "#{operands[1].clLValue(:double)} = (double)#{operands[0].clValue(:int32)}; // ci2ds"
    690690
    691691        when "bdeq"
Note: See TracChangeset for help on using the changeset viewer.