Title: [205523] trunk/Source/_javascript_Core
Revision
205523
Author
[email protected]
Date
2016-09-06 16:55:09 -0700 (Tue, 06 Sep 2016)

Log Message

Unreviewed build fix for 32-bit platforms after r205520.

* dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::callOperation): Deleted.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (205522 => 205523)


--- trunk/Source/_javascript_Core/ChangeLog	2016-09-06 23:51:24 UTC (rev 205522)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-09-06 23:55:09 UTC (rev 205523)
@@ -1,5 +1,12 @@
 2016-09-06  Saam Barati  <[email protected]>
 
+        Unreviewed build fix for 32-bit platforms after r205520.
+
+        * dfg/DFGSpeculativeJIT.h:
+        (JSC::DFG::SpeculativeJIT::callOperation): Deleted.
+
+2016-09-06  Saam Barati  <[email protected]>
+
         Member call on NULL pointer in _javascript_Core/dfg/DFGAbstractInterpretterInlines.h
         https://bugs.webkit.org/show_bug.cgi?id=160870
 

Modified: trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h (205522 => 205523)


--- trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h	2016-09-06 23:51:24 UTC (rev 205522)
+++ trunk/Source/_javascript_Core/dfg/DFGSpeculativeJIT.h	2016-09-06 23:55:09 UTC (rev 205523)
@@ -1757,12 +1757,6 @@
         return appendCallSetResult(operation, result);
     }
 
-    JITCompiler::Call callOperation(Z_JITOperation_EJ operation, GPRReg result, JSValueRegs arg1)
-    {
-        m_jit.setupArgumentsWithExecState(EABI_32BIT_DUMMY_ARG arg1.payloadGPR(), arg1.tagGPR());
-        return appendCallSetResult(operation, result);
-    }
-
     JITCompiler::Call callOperation(J_JITOperation_EJJMic operation, JSValueRegs result, JSValueRegs arg1, JSValueRegs arg2, TrustedImmPtr mathIC)
     {
         m_jit.setupArgumentsWithExecState(EABI_32BIT_DUMMY_ARG arg1.payloadGPR(), arg1.tagGPR(), arg2.payloadGPR(), arg2.tagGPR(), mathIC);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to