Paul Gofman : ntdll: Fix xmm registers copy offset in call_consolidate_callback() on x86_64.

Alexandre Julliard julliard at winehq.org
Thu Oct 22 15:27:32 CDT 2020


Module: wine
Branch: master
Commit: 36dcb6965146022c1a1f15c1653d5d713036db3f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=36dcb6965146022c1a1f15c1653d5d713036db3f

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Wed Oct 21 22:52:24 2020 +0300

ntdll: Fix xmm registers copy offset in call_consolidate_callback() on x86_64.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50010
Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/signal_x86_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/signal_x86_64.c b/dlls/ntdll/signal_x86_64.c
index 6fbb612825b..a332f961908 100644
--- a/dlls/ntdll/signal_x86_64.c
+++ b/dlls/ntdll/signal_x86_64.c
@@ -1086,7 +1086,7 @@ __ASM_GLOBAL_FUNC( call_consolidate_callback,
                    "pushq %rsi\n\t"
                    "pushq %rdi\n\t"
                    "leaq 0x200(%rcx),%rsi\n\t"
-                   "leaq 0x60(%rsp),%rdi\n\t"
+                   "leaq 0x70(%rsp),%rdi\n\t"
                    "movq $0x14,%rcx\n\t"
                    "cld\n\t"
                    "rep; movsq\n\t"




More information about the wine-cvs mailing list