https://bugs.winehq.org/show_bug.cgi?id=56050
Bug ID: 56050 Summary: NtContinue does not set integer registers without CONTEXT_AMD64 flag Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: moonshadow565@hotmail.com Distribution: ---
Created attachment 75703 --> https://bugs.winehq.org/attachment.cgi?id=75703 NtContinue without CONTEXT_AMD64
When calling NtContinue without CONTEXT_AMD64 flag set, NtContinue ignores integer registers. This will result in incorrect values in register. This does not match behaviour observed on windows.