Feb. 7, 2024
10:34 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4987#note_60434