ntdll: Preserve the stack red zone on ARM64.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-08-13 14:50:13 +02:00
parent 85c01202ac
commit 84783ed74f
1 changed files with 6 additions and 5 deletions

View File

@ -476,6 +476,7 @@ static EXCEPTION_RECORD *setup_exception( ucontext_t *sigcontext, raise_func fun
{
CONTEXT context;
EXCEPTION_RECORD rec;
void *redzone[2];
} *stack;
DWORD exception_code = 0;