June 6, 2026
8:32 a.m.
Some VEH pop / modify nonvolatile registers before returning. This is a violation of the calling convention and leaves stale values after the VEH is called. Call VEHs through a wrapper which saves and restores non volatile registers around the callback. This is modified and split up form https://gitlab.winehq.org/wine/wine/-/merge_requests/11069. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11077