This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch windows-amd64 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 5e9afe66c22a4bfebe88b92042e73d705f793314 Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Sun Jan 26 07:53:08 2025 +0200 Use the proper epilog from privateSnippetExecutor. Patch by: me --- main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm b/main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm index 4e5cd0c326..ceb08668a4 100644 --- a/main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm +++ b/main/bridges/source/cpp_uno/msvc_win64_x86-64/call.asm @@ -98,7 +98,8 @@ privateSnippetExecutor PROC FRAME mov rax, -8[rbp] movsd xmm0, qword ptr -8[rbp] - leave + add rsp, 48 + pop rbp ret privateSnippetExecutor ENDP