ntdll: Store the context on the thread stack after the initial suspend.
commita83532d8dd5e99226dbccf0398083b052f033b9a
authorAlexandre Julliard <julliard@winehq.org>
Mon, 22 Jan 2018 14:14:56 +0000 (22 15:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Jan 2018 21:26:45 +0000 (22 22:26 +0100)
tree96133f2e8877f14d3aea24fcc4f4b41e493ec1dc
parent3e80093410bee590fe3ffdf730e7ac2368f223a3
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
dlls/ntdll/signal_arm.c
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_x86_64.c