[PATCH] ntdll: Don't reset rsp to context->Rsp until exception data is copied.

Gabriel Ivăncescu gabrielopcode at gmail.com
Thu Jul 2 07:25:48 CDT 2020


On 02/07/2020 11:06, Paul Gofman wrote:
> +                   "jae done\n\t"
> +                   "movq %r8,%rsp\n\t"
> +
> +                   "done:"

Just a small note: you can replace this with:

     cmovbq %r8,%rsp



More information about the wine-devel mailing list