Title: [95779] trunk/Source/_javascript_Core
Revision
95779
Author
fpi...@apple.com
Date
2011-09-22 20:27:40 -0700 (Thu, 22 Sep 2011)

Log Message

PPC build fix, part 3.

* runtime/Executable.cpp:
(JSC::FunctionExecutable::compileForConstructInternal):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (95778 => 95779)


--- trunk/Source/_javascript_Core/ChangeLog	2011-09-23 03:21:12 UTC (rev 95778)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-09-23 03:27:40 UTC (rev 95779)
@@ -1,5 +1,12 @@
 2011-09-22  Filip Pizlo  <fpi...@apple.com>
 
+        PPC build fix, part 3.
+
+        * runtime/Executable.cpp:
+        (JSC::FunctionExecutable::compileForConstructInternal):
+
+2011-09-22  Filip Pizlo  <fpi...@apple.com>
+
         Another PPC build fix.
 
         * runtime/Executable.cpp:

Modified: trunk/Source/_javascript_Core/runtime/Executable.cpp (95778 => 95779)


--- trunk/Source/_javascript_Core/runtime/Executable.cpp	2011-09-23 03:21:12 UTC (rev 95778)
+++ trunk/Source/_javascript_Core/runtime/Executable.cpp	2011-09-23 03:27:40 UTC (rev 95779)
@@ -550,6 +550,8 @@
         
         m_codeBlockForConstruct->setJITCode(m_jitCodeForConstruct, m_jitCodeForConstructWithArityCheck);
     }
+#else
+    UNUSED_PARAM(calleeArgsExec);
 #endif
 
 #if ENABLE(JIT)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to