rpcrt4: Make Ndr64AsyncClientCall() SEH-compatible.
This commit is contained in:
parent
5714042137
commit
16713f5245
1 changed files with 4 additions and 4 deletions
|
@ -2306,11 +2306,11 @@ LONG_PTR CDECL DECLSPEC_HIDDEN ndr64_async_client_call( MIDL_STUBLESS_PROXY_INFO
|
|||
#ifdef __x86_64__
|
||||
|
||||
__ASM_GLOBAL_FUNC( Ndr64AsyncClientCall,
|
||||
"movq %r9,0x20(%rsp)\n\t"
|
||||
"leaq 0x20(%rsp),%r9\n\t"
|
||||
"pushq $0\n\t"
|
||||
"subq $0x20,%rsp\n\t"
|
||||
"subq $0x28,%rsp\n\t"
|
||||
__ASM_CFI(".cfi_adjust_cfa_offset 0x28\n\t")
|
||||
"movq %r9,0x48(%rsp)\n\t"
|
||||
"leaq 0x48(%rsp),%r9\n\t"
|
||||
"movq $0,0x20(%rsp)\n\t"
|
||||
"call " __ASM_NAME("ndr64_async_client_call") "\n\t"
|
||||
"addq $0x28,%rsp\n\t"
|
||||
__ASM_CFI(".cfi_adjust_cfa_offset -0x28\n\t")
|
||||
|
|
Loading…
Add table
Reference in a new issue