Changeset 198240 in webkit
- Timestamp:
- Mar 15, 2016, 4:24:23 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r198235 r198240 1 2016-03-15 Mark Lam <mark.lam@apple.com> 2 3 Gardening: build fix after r198235. 4 5 Not Reviewed. 6 7 * jit/ExecutableAllocatorFixedVMPool.cpp: 8 (JSC::FixedVMPoolExecutableAllocator::jitWriteThunkGenerator): 9 1 10 2016-03-15 Oliver Hunt <oliver@apple.com> 2 11 -
trunk/Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
r198235 r198240 209 209 MacroAssemblerCodeRef jitWriteThunkGenerator(void* writableAddr, void* stubBase, size_t stubSize) 210 210 { 211 ASSERT_UNUSED(startOfFixedWritableMemoryPool, !startOfFixedWritableMemoryPool); 212 211 213 using namespace ARM64Registers; 212 214 using TrustedImm32 = MacroAssembler::TrustedImm32;
Note:
See TracChangeset
for help on using the changeset viewer.