Title: [270322] trunk/Source/_javascript_Core
- Revision
- 270322
- Author
- [email protected]
- Date
- 2020-12-01 12:02:57 -0800 (Tue, 01 Dec 2020)
Log Message
Fix Aarch64 build failure
https://bugs.webkit.org/show_bug.cgi?id=219395
Patch by Sergey Rubanov <[email protected]> on 2020-12-01
Reviewed by Yusuke Suzuki.
* offlineasm/arm64.rb:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (270321 => 270322)
--- trunk/Source/_javascript_Core/ChangeLog 2020-12-01 19:29:43 UTC (rev 270321)
+++ trunk/Source/_javascript_Core/ChangeLog 2020-12-01 20:02:57 UTC (rev 270322)
@@ -1,3 +1,12 @@
+2020-12-01 Sergey Rubanov <[email protected]>
+
+ Fix Aarch64 build failure
+ https://bugs.webkit.org/show_bug.cgi?id=219395
+
+ Reviewed by Yusuke Suzuki.
+
+ * offlineasm/arm64.rb:
+
2020-12-01 Keith Rollin <[email protected]>
Consolidate header postprocessing scripts
Modified: trunk/Source/_javascript_Core/offlineasm/arm64.rb (270321 => 270322)
--- trunk/Source/_javascript_Core/offlineasm/arm64.rb 2020-12-01 19:29:43 UTC (rev 270321)
+++ trunk/Source/_javascript_Core/offlineasm/arm64.rb 2020-12-01 20:02:57 UTC (rev 270322)
@@ -902,9 +902,9 @@
when "sxh2i"
emitARM64("sxth", operands, [:word, :word])
when "sxb2q"
- emitARM64("sxtb", operands, [:quad, :quad])
+ emitARM64("sxtb", operands, [:word, :quad])
when "sxh2q"
- emitARM64("sxth", operands, [:quad, :quad])
+ emitARM64("sxth", operands, [:word, :quad])
when "nop"
$asm.puts "nop"
when "bieq", "bbeq"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes