Module: wine Branch: master Commit: 16ed88a95234d844fee9fc19053c5c7f618f92ba URL: https://source.winehq.org/git/wine.git/?a=commit;h=16ed88a95234d844fee9fc190...
Author: Paul Gofman pgofman@codeweavers.com Date: Fri Aug 21 02:42:12 2020 +0300
ntdll: Support AVX context in fault exceptions on Linux x86_64.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/signal_x86_64.c | 2 + dlls/ntdll/tests/exception.c | 3 +- dlls/ntdll/unix/signal_x86_64.c | 114 +++++++++++++++++++++++++++++++++------- dlls/ntdll/unix/unix_private.h | 38 ++++++++++++++ 4 files changed, 136 insertions(+), 21 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=16ed88a95234d844fee9f...