Alexandre Julliard : ntdll: Run the entire thread initialization code on the thread stack on remaining platforms.
Module: wine Branch: master Commit: c3dd077d34232611c8b2ee38789114da45e71ef4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c3dd077d34232611c8b2ee3878... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Dec 1 19:24:21 2017 +0100 ntdll: Run the entire thread initialization code on the thread stack on remaining platforms. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/signal_arm.c | 117 ++++++++++++++++++++-------------------- dlls/ntdll/signal_arm64.c | 126 +++++++++++++++++++++----------------------- dlls/ntdll/signal_powerpc.c | 126 +++++++++++++++++++++----------------------- 4 files changed, 177 insertions(+), 193 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c3dd077d34232611c8b2ee...
participants (1)
-
Alexandre Julliard