Bug 246763

Summary: Set HAVE_MAP_ALIGNED flag as OFF in OptionsPlayStation.cmake
Product: WebKit Reporter: Jasmine <jasmine.mok>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jasmine 2022-10-19 13:30:37 PDT
This is a temporary fix to work around an mmap issue involving pointer address misalignment. Failing assert: https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/heap/StructureAlignedMemoryAllocator.cpp#L94
Revert after the mmap issue is resolved.