Commit 36dcb696 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

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

parent 63cf882e
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment