Module: wine Branch: master Commit: 12dba1b2ae50099de4cd857f867ebcaefe6852d8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=12dba1b2ae50099de4cd857f8...
Author: Paul Gofman pgofman@codeweavers.com Date: Thu Jul 16 15:08:26 2020 +0300
ntdll: Fix PE unwind info for %rsi, %rdi in KiUserExceptionDispatcher.
Fixes StarCraft crash on start.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/signal_x86_64.c | 16 +++---- dlls/ntdll/tests/exception.c | 100 +++++++++++++++++++++++++++++++++++++------ 2 files changed, 95 insertions(+), 21 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=12dba1b2ae50099de4cd8...