Module: wine Branch: master Commit: a83532d8dd5e99226dbccf0398083b052f033b9a URL: https://source.winehq.org/git/wine.git/?a=commit;h=a83532d8dd5e99226dbccf039...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 22 15:14:56 2018 +0100
ntdll: Store the context on the thread stack after the initial suspend.
The initial stack pointer may have been modified during suspend.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/process.c | 22 ++++++++---- dlls/ntdll/signal_arm.c | 63 ++++++++++++++++++++++++-------- dlls/ntdll/signal_i386.c | 84 ++++++++++++++++++++++++++++++------------- dlls/ntdll/signal_x86_64.c | 68 ++++++++++++++++++++++++++--------- 4 files changed, 174 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a83532d8dd5e99226dbcc...