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@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Paul Gofman 2020-10-21 22:52:24 +03:00 committed by Alexandre Julliard
parent 63cf882e39
commit 36dcb69651

View file

@ -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"