Commit 68eee405 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Call init_handler in usr1_handler.

It's needed before is_inside_syscall accesses TEB.
parent e7accd7c
......@@ -2158,6 +2158,7 @@ static void usr1_handler( int signal, siginfo_t *siginfo, void *ucontext )
{
struct xcontext context;
init_handler( ucontext );
if (is_inside_syscall( ucontext ))
{
DECLSPEC_ALIGN(64) XSTATE xs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment