mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
558dee84ca
These calls are made outside of JIT blocks, and thus previously did not read any protection - register use is taken into account and the outer dispatcher stack frame is sufficient. However, if data is to be stored on the stack, these calls must reserve stack shadow space on Windows to avoid clobbering it.