rpcrt4: Add SEH annotations to NdrClientCall3().

This commit is contained in:
Zebediah Figura 2022-09-01 20:06:53 -05:00 committed by Alexandre Julliard
parent abe75a5f22
commit 5d01faed77

View file

@ -2247,6 +2247,8 @@ LONG_PTR CDECL DECLSPEC_HIDDEN ndr64_client_call( MIDL_STUBLESS_PROXY_INFO *info
__ASM_GLOBAL_FUNC( NdrClientCall3,
"subq $0x28,%rsp\n\t"
__ASM_SEH(".seh_stackalloc 0x28\n\t")
__ASM_SEH(".seh_endprologue\n\t")
__ASM_CFI(".cfi_adjust_cfa_offset 0x28\n\t")
"movq %r9,0x48(%rsp)\n\t"
"leaq 0x48(%rsp),%r9\n\t"