Module: wine Branch: master Commit: c198390c78acefdfd95ef3474f192a44f8e80b2c URL: https://source.winehq.org/git/wine.git/?a=commit;h=c198390c78acefdfd95ef3474...
Author: Paul Gofman pgofman@codeweavers.com Date: Fri Jul 3 13:22:23 2020 +0300
ntdll: Fix KiUserExceptionDispatcher ABI on x86.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/signal_i386.c | 7 ++- dlls/ntdll/tests/exception.c | 109 ++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/signal_arm.c | 5 +- dlls/ntdll/unix/signal_arm64.c | 5 +- dlls/ntdll/unix/signal_i386.c | 9 ++-- dlls/ntdll/unix/signal_x86_64.c | 17 ++++--- dlls/ntdll/unix/thread.c | 2 +- dlls/ntdll/unix/unix_private.h | 3 +- 8 files changed, 136 insertions(+), 21 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c198390c78acefdfd95ef...