21 Aug
2020
21 Aug
'20
9:43 p.m.
Module: wine Branch: master Commit: 9aa885bf37c01df1e8f00852681806ec4c21b040 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9aa885bf37c01df1e8f008526... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Fri Aug 21 02:42:14 2020 +0300 ntdll: Support AVX context in fault exceptions on Linux i386. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/tests/exception.c | 2 +- dlls/ntdll/unix/signal_i386.c | 146 ++++++++++++++++++++++++++++++------------ 2 files changed, 106 insertions(+), 42 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9aa885bf37c01df1e8f00...