Alexandre Julliard (@julliard) commented about dlls/ntdll/unix/signal_i386.c:
/* Leave space for the whole set of YMM registers. They're not used in * 32-bit mode, but some processors fault if they're not in writable memory. */
- DECLSPEC_ALIGN(64) XSTATE xstate; /* 240 */
- DECLSPEC_ALIGN(64) XSAVE_AREA_HEADER xstate_hdr; /* 240 */
It doesn't seem necessary to change the name. That would help reduce the size of the diff.