ntdll: Reset YMM state in NtSetContextThread() if that is assumed by the context...
commit633db76f781cc804c63e9ca68ff6a8327af84d11
authorPaul Gofman <pgofman@codeweavers.com>
Wed, 3 Mar 2021 11:55:00 +0000 (3 14:55 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Mar 2021 20:54:44 +0000 (3 21:54 +0100)
treef3b147ba9c37c62db49c7728daab434c81048a3e
parent9b7261d995f780332389688449f1b6cc3733a4cf
ntdll: Reset YMM state in NtSetContextThread() if that is assumed by the context being set.

Fixes test failure on testbot where compaction is not supported
(resetting YMM state if that is implied by the context being set).

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/signal_i386.c
dlls/ntdll/unix/signal_x86_64.c