Title: [215623] trunk/Source/_javascript_Core
Revision
215623
Author
[email protected]
Date
2017-04-21 12:04:56 -0700 (Fri, 21 Apr 2017)

Log Message

Unreviewed, fix Cloop build.

* jit/ExecutableAllocator.h:
(JSC::isJITPC):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (215622 => 215623)


--- trunk/Source/_javascript_Core/ChangeLog	2017-04-21 18:50:20 UTC (rev 215622)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-04-21 19:04:56 UTC (rev 215623)
@@ -1,3 +1,10 @@
+2017-04-21  Keith Miller  <[email protected]>
+
+        Unreviewed, fix Cloop build.
+
+        * jit/ExecutableAllocator.h:
+        (JSC::isJITPC):
+
 2017-04-20  Keith Miller  <[email protected]>
 
         Add signaling API

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocator.h (215622 => 215623)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2017-04-21 18:50:20 UTC (rev 215622)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocator.h	2017-04-21 19:04:56 UTC (rev 215623)
@@ -149,6 +149,9 @@
     ~ExecutableAllocator();
 };
 
+#else
+inline bool isJITPC(void*) { return false; }
 #endif // ENABLE(JIT) && ENABLE(ASSEMBLER)
 
+
 } // namespace JSC
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to