X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FJavaScriptCore%2Fjit%2FExecutableAllocator.h;h=5b556830e92f59eb3f486a55cbf84753f5e2ed06;hp=2e9491581cbdf9a2a320ad5bdc1a53575e683003;hb=860291218184d8ccc0fb53da55c2d031e054b748;hpb=0d3bb7ac83badb52d69b268996cc58974f7fa290 diff --git a/Source/JavaScriptCore/jit/ExecutableAllocator.h b/Source/JavaScriptCore/jit/ExecutableAllocator.h index 2e94915..5b55683 100644 --- a/Source/JavaScriptCore/jit/ExecutableAllocator.h +++ b/Source/JavaScriptCore/jit/ExecutableAllocator.h @@ -89,11 +89,11 @@ static const double executablePoolReservationFraction = 0.15; static const double executablePoolReservationFraction = 0.25; #endif -extern uintptr_t startOfFixedExecutableMemoryPool; -extern uintptr_t endOfFixedExecutableMemoryPool; +extern JS_EXPORTDATA uintptr_t startOfFixedExecutableMemoryPool; +extern JS_EXPORTDATA uintptr_t endOfFixedExecutableMemoryPool; #if ENABLE(SEPARATED_WX_HEAP) -extern uintptr_t jitWriteFunctionAddress; +extern JS_EXPORTDATA uintptr_t jitWriteFunctionAddress; #endif #endif // ENABLE(EXECUTABLE_ALLOCATOR_FIXED)