summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorSkyler Saleh <skylersaleh@gmail.com>2021-02-03 07:11:30 -0800
committerSkyler Saleh <skylersaleh@gmail.com>2021-05-22 15:25:18 -0700
commit4ff429266a75d8cfdb71fd37d818baa9a75264a3 (patch)
treec1369fe130d55cd9633435bf18c5cf95f8bc638b /Source/Core/VideoCommon/CommandProcessor.cpp
parent8cb86e7ae01211efb540999f4fbe44c4f42e001a (diff)
Apple M1: MacOS 11.2 mprotect restrictions
In MacOS 11.2 mprotect can no longer change the access protection settings of pages that were previously marked as executable to anything but PROT_NONE. This commit works around this new restriction by bypassing the mprotect based write protection and instead relying on the write protection provided by MAP_JIT.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions