Even if WOW64_CPURESERVED_FLAG_RESET_STATE ends up being set.
---
Unix call equivalent of 419e4d69d6c3a4ea8b355f8b3fc211950eed0cdd. After 7ef95229913cf004d002459fe9e53307344479f2, a SIGUSR1 in the middle of a Unix call can set WOW64_CPURESERVED_FLAG_RESET_STATE. If that happens, the original eax from before the Unix call will be restored in syscall_32to64_return, stomping on the actual return from the Unix function.
Thanks to @gofman for help spotting this!
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8577
--
v3: mshtml: Implement 'specified' for detached attributes.
mshtml: Detach attribute nodes when removing the attribute from the element.
mshtml: Use a helper function to find an attribute in the collection's list.
mshtml: Use a BSTR to store the detached attribute's name.
mshtml: Don't include non-specified attributes in getAttributeNode from
mshtml: Only allow a specific set of builtin props as attributes.
mshtml: Use HasAttribute instead of GetAttributeNode when checking if
https://gitlab.winehq.org/wine/wine/-/merge_requests/8251