Changeset 198241 in webkit


Ignore:
Timestamp:
Mar 15, 2016 4:29:53 PM (8 years ago)
Author:
oliver@apple.com
Message:

Improved build fix.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r198240 r198241  
     12016-03-15  Oliver Hunt  <oliver@apple.com>
     2
     3        Build fix.
     4
     5        * jit/ExecutableAllocatorFixedVMPool.cpp:
     6
    172016-03-15  Mark Lam  <mark.lam@apple.com>
    28
  • trunk/Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp

    r198240 r198241  
    206206    }
    207207
    208 #if CPU(ARM64)
     208#if CPU(ARM64) && ENABLE(SEPARATED_HEAP_JIT_WRITE_FUNCTION)
    209209    MacroAssemblerCodeRef jitWriteThunkGenerator(void* writableAddr, void* stubBase, size_t stubSize)
    210210    {
    211         ASSERT_UNUSED(startOfFixedWritableMemoryPool, !startOfFixedWritableMemoryPool);
    212 
    213211        using namespace ARM64Registers;
    214212        using TrustedImm32 = MacroAssembler::TrustedImm32;
Note: See TracChangeset for help on using the changeset viewer.