Module: wine Branch: master Commit: 5d01faed777fadf6cb7882d8c8dc3bdfd26dd2e3 URL: https://gitlab.winehq.org/wine/wine/-/commit/5d01faed777fadf6cb7882d8c8dc3bd...
Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Sep 1 20:06:53 2022 -0500
rpcrt4: Add SEH annotations to NdrClientCall3().
---
dlls/rpcrt4/ndr_stubless.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c index 45f27f9f77d..e3eb8a93c6d 100644 --- a/dlls/rpcrt4/ndr_stubless.c +++ b/dlls/rpcrt4/ndr_stubless.c @@ -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"