Title: [198240] trunk/Source/_javascript_Core
- Revision
- 198240
- Author
- [email protected]
- Date
- 2016-03-15 16:24:23 -0700 (Tue, 15 Mar 2016)
Log Message
Gardening: build fix after r198235.
Not Reviewed.
* jit/ExecutableAllocatorFixedVMPool.cpp:
(JSC::FixedVMPoolExecutableAllocator::jitWriteThunkGenerator):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (198239 => 198240)
--- trunk/Source/_javascript_Core/ChangeLog 2016-03-15 23:13:34 UTC (rev 198239)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-03-15 23:24:23 UTC (rev 198240)
@@ -1,3 +1,12 @@
+2016-03-15 Mark Lam <[email protected]>
+
+ Gardening: build fix after r198235.
+
+ Not Reviewed.
+
+ * jit/ExecutableAllocatorFixedVMPool.cpp:
+ (JSC::FixedVMPoolExecutableAllocator::jitWriteThunkGenerator):
+
2016-03-15 Oliver Hunt <[email protected]>
Remove compile time define for SEPARATED_HEAP
Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (198239 => 198240)
--- trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp 2016-03-15 23:13:34 UTC (rev 198239)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp 2016-03-15 23:24:23 UTC (rev 198240)
@@ -208,6 +208,8 @@
#if CPU(ARM64)
MacroAssemblerCodeRef jitWriteThunkGenerator(void* writableAddr, void* stubBase, size_t stubSize)
{
+ ASSERT_UNUSED(startOfFixedWritableMemoryPool, !startOfFixedWritableMemoryPool);
+
using namespace ARM64Registers;
using TrustedImm32 = MacroAssembler::TrustedImm32;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes