18 Jan
2024
18 Jan
'24
9:20 p.m.
The size allocated on stack is 0x400 (sizeof(syscall_frame)) + 8 bytes for the exception ptr, so ptr is supposed to go at 0x400, not 0x408. That currently works because of lucky 64 bytes alignment. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4874