3 Jun
2023
3 Jun
'23
6:41 a.m.
On Sat Jun 3 06:41:10 2023 +0000, Jinoh Kang wrote:
Would you explain how it works in the commit message? `DECLSPEC_HOTLATCH` just adds no-op code at function prologue, so there should be something more contrived going on. It's a known mingw bug and not the first instance of it. I don't actually know the details but the stack pointer gets off by one and the calls return to an invalid address.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2960#note_34546