Changeset 198240 in webkit


Ignore:
Timestamp:
Mar 15, 2016, 4:24:23 PM (9 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: build fix after r198235.

Not Reviewed.

  • jit/ExecutableAllocatorFixedVMPool.cpp:

(JSC::FixedVMPoolExecutableAllocator::jitWriteThunkGenerator):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r198235 r198240  
     12016-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
    1102016-03-15  Oliver Hunt  <oliver@apple.com>
    211
  • trunk/Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp

    r198235 r198240  
    209209    MacroAssemblerCodeRef jitWriteThunkGenerator(void* writableAddr, void* stubBase, size_t stubSize)
    210210    {
     211        ASSERT_UNUSED(startOfFixedWritableMemoryPool, !startOfFixedWritableMemoryPool);
     212
    211213        using namespace ARM64Registers;
    212214        using TrustedImm32 = MacroAssembler::TrustedImm32;
Note: See TracChangeset for help on using the changeset viewer.