Title: [197818] trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp
- Revision
- 197818
- Author
- [email protected]
- Date
- 2016-03-08 16:25:48 -0800 (Tue, 08 Mar 2016)
Log Message
Build fix
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (197817 => 197818)
--- trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp 2016-03-09 00:21:26 UTC (rev 197817)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp 2016-03-09 00:25:48 UTC (rev 197818)
@@ -153,7 +153,7 @@
remapFlags |= VM_FLAGS_RANDOM_ADDR;
#endif
kern_return_t ret = mach_vm_remap(mach_task_self(), &writableAddr, jitSize, 0,
- VM_FLAGS_ANYWHERE | VM_FLAGS_RANDOM_ADDR,
+ remapFlags,
mach_task_self(), (mach_vm_address_t)jitBase, FALSE,
&cur, &max, VM_INHERIT_DEFAULT);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes