Module: wine Branch: master Commit: 6b277dc89d5532b83dc4116d7eba70e88d508fa0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6b277dc89d5532b83dc4116d7...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 11 10:56:36 2021 +0200
ntdll: Always allocate extra stack space for the kernel stack.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/loader.c | 2 +- dlls/ntdll/unix/thread.c | 33 +++++++++++---------------------- dlls/ntdll/unix/unix_private.h | 8 ++++---- dlls/ntdll/unix/virtual.c | 9 ++++----- 4 files changed, 20 insertions(+), 32 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6b277dc89d5532b83dc41...