Module: wine Branch: master Commit: ca45eda758e29261691b27eecf1f4fc78bdfadc5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ca45eda758e29261691b27eec...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 15 10:30:45 2020 +0200
ntdll: Add a helper function to push the exception data to the thread stack.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/signal_arm.c | 15 +++----- dlls/ntdll/unix/signal_arm64.c | 18 ++++------ dlls/ntdll/unix/signal_i386.c | 70 +++--------------------------------- dlls/ntdll/unix/signal_x86_64.c | 80 +++-------------------------------------- dlls/ntdll/unix/unix_private.h | 2 +- dlls/ntdll/unix/virtual.c | 79 +++++++++++++++++++++++++++------------- 6 files changed, 78 insertions(+), 186 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ca45eda758e29261691b2...