ntdll: Preserve the stack red zone on ARM64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85c01202ac
commit
84783ed74f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue