[PATCH 14/18] ntdll: Don't use NtSetContextThread in NtContinue.

Jacek Caban jacek at codeweavers.com
Fri Jan 22 09:51:55 CST 2021


NtSetContextThread, unlike NtContinue, should not set nonvolatile registers.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/ntdll/unix/server.c        |  2 +-
  dlls/ntdll/unix/signal_arm.c    | 18 +++++++++++++-----
  dlls/ntdll/unix/signal_arm64.c  | 20 ++++++++++++++------
  dlls/ntdll/unix/signal_i386.c   | 14 +++++++++++++-
  dlls/ntdll/unix/signal_x86_64.c | 15 ++++++++++++++-
  dlls/ntdll/unix/unix_private.h  |  1 +
  6 files changed, 56 insertions(+), 14 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0014-ntdll-Don-t-use-NtSetContextThread-in-NtContinue.txt
Type: text/x-patch
Size: 6209 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210122/1572c02a/attachment.bin>


More information about the wine-devel mailing list