Paul Gofman : ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().

Alexandre Julliard julliard at winehq.org
Tue Oct 13 15:42:05 CDT 2020


Module: wine
Branch: master
Commit: 419abd49a1f816e5a869dbf4cc81114cd516138b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=419abd49a1f816e5a869dbf4cc81114cd516138b

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Fri Oct  9 16:03:54 2020 +0300

ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/server.c        |  7 ++++++
 dlls/ntdll/unix/signal_i386.c   | 31 ++++++++++++++---------
 dlls/ntdll/unix/signal_x86_64.c | 35 ++++++++++++++++++--------
 dlls/ntdll/unix/thread.c        | 36 +++++++++++++++++++++++---
 dlls/ntdll/unix/unix_private.h  | 56 +++++++++++++++++++++++++++++++++++------
 include/wine/server_protocol.h  |  5 ++++
 server/protocol.def             |  5 ++++
 server/thread.c                 |  1 +
 server/trace.c                  |  6 +++++
 9 files changed, 148 insertions(+), 34 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=419abd49a1f816e5a869dbf4cc81114cd516138b



More information about the wine-cvs mailing list