Module: wine Branch: master Commit: 334f54c255d045f0f07b9e1cdf9b5aef8a30b88f URL: https://gitlab.winehq.org/wine/wine/-/commit/334f54c255d045f0f07b9e1cdf9b5ae...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 30 11:25:23 2023 +0100
ntdll: Call Wow64PrepareForException directly from KiUserExceptionDispatcher.
This requires moving the stack switch to Wow64PrepareForException.
Based on a patch by Paul Gofman.
---
dlls/ntdll/signal_x86_64.c | 34 ++++++++--------------------- dlls/ntdll/tests/wow64.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/wow64/syscall.c | 35 +++++++++++++++++++++++++++++- dlls/wow64/wow64.spec | 2 +- 4 files changed, 97 insertions(+), 27 deletions(-)