Title: [258940] branches/safari-609-branch/Source/_javascript_Core/dfg/DFGSpeculativeJIT.cpp
Revision
258940
Author
[email protected]
Date
2020-03-24 14:40:50 -0700 (Tue, 24 Mar 2020)

Log Message

Unreviewed build fix, rdar://problem/60827028

Modified Paths


Diff

Modified: branches/safari-609-branch/Source/_javascript_Core/dfg/DFGSpeculativeJIT.cpp (258939 => 258940)


--- branches/safari-609-branch/Source/_javascript_Core/dfg/DFGSpeculativeJIT.cpp	2020-03-24 21:38:34 UTC (rev 258939)
+++ branches/safari-609-branch/Source/_javascript_Core/dfg/DFGSpeculativeJIT.cpp	2020-03-24 21:40:50 UTC (rev 258940)
@@ -13587,7 +13587,7 @@
         m_jit.loadDouble(MacroAssembler::BaseIndex(storageGPR, indexGPR, MacroAssembler::TimesEight), scratchFPR);
 
         if (mode.isSaneChain()) {
-            m_jit.compareDouble(MacroAssembler::DoubleEqualAndOrdered, scratchFPR, scratchFPR, resultGPR);
+            m_jit.compareDouble(MacroAssembler::DoubleEqual, scratchFPR, scratchFPR, resultGPR);
             break;
         }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to