Module: wine Branch: master Commit: 061c612b5e7bf87c7241540b8577a40722a68be7 URL: https://gitlab.winehq.org/wine/wine/-/commit/061c612b5e7bf87c7241540b8577a40...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 30 16:30:37 2023 +0100
ntdll: Add a machine frame to the KiUserExceptionDispatcher stack on x86-64.
---
dlls/ntdll/signal_x86_64.c | 49 ++++++++++++----------- dlls/ntdll/tests/exception.c | 23 +++++++++++ dlls/ntdll/unix/signal_x86_64.c | 86 +++++++++++++++++++++-------------------- dlls/wow64cpu/cpu.c | 12 ++++++ 4 files changed, 105 insertions(+), 65 deletions(-)