[PATCH 0/2] MR123: Fix interaction between RtlWow64SetThreadContext and NtSetThreadContext

Jinoh Kang (@iamahuman) wine at gitlab.winehq.org
Tue May 24 10:36:11 CDT 2022


If a Wow64 process is in emulation mode (e.g. CS points to 32-bit compat
segment on x86-64), the Wow64 register context is synonymous to the
native register context.  The client should indicate this condition by
omitting the Wow64 context when issuing a select request.  Then, the
wineserver automatically redirects Wow64 context writes to the native
context.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/123



More information about the wine-devel mailing list