Title: [198241] trunk/Source/_javascript_Core
Revision
198241
Author
oli...@apple.com
Date
2016-03-15 16:29:53 -0700 (Tue, 15 Mar 2016)

Log Message

Improved build fix.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (198240 => 198241)


--- trunk/Source/_javascript_Core/ChangeLog	2016-03-15 23:24:23 UTC (rev 198240)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-03-15 23:29:53 UTC (rev 198241)
@@ -1,3 +1,9 @@
+2016-03-15  Oliver Hunt  <oli...@apple.com>
+
+        Build fix.
+
+        * jit/ExecutableAllocatorFixedVMPool.cpp:
+
 2016-03-15  Mark Lam  <mark....@apple.com>
 
         Gardening: build fix after r198235.

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (198240 => 198241)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-03-15 23:24:23 UTC (rev 198240)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2016-03-15 23:29:53 UTC (rev 198241)
@@ -205,11 +205,9 @@
         jitWriteFunction = reinterpret_cast<JITWriteFunction>(writeThunk.code().executableAddress());
     }
 
-#if CPU(ARM64)
+#if CPU(ARM64) && ENABLE(SEPARATED_HEAP_JIT_WRITE_FUNCTION)
     MacroAssemblerCodeRef jitWriteThunkGenerator(void* writableAddr, void* stubBase, size_t stubSize)
     {
-        ASSERT_UNUSED(startOfFixedWritableMemoryPool, !startOfFixedWritableMemoryPool);
-
         using namespace ARM64Registers;
         using TrustedImm32 = MacroAssembler::TrustedImm32;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to