From 291e760b7f1e128537cd81ae2c6674e590d4953f Mon Sep 17 00:00:00 2001 From: Heiher Date: Fri, 10 Jul 2015 23:48:23 +0800 Subject: bridges: mips64: Update call frame information. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I00bf0eaa69b3276b1baf18f4fa191ceaf1bc2f18 Reviewed-on: https://gerrit.libreoffice.org/16944 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bridges/source/cpp_uno/gcc3_linux_mips64/call.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/gcc3_linux_mips64/call.s b/bridges/source/cpp_uno/gcc3_linux_mips64/call.s index 578772541e95..8f73a0557eb1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_mips64/call.s +++ b/bridges/source/cpp_uno/gcc3_linux_mips64/call.s @@ -82,8 +82,10 @@ privateSnippetExecutor: .Lfinish: ld $ra,152($sp) + .cfi_restore 31 jr $ra daddiu $sp,$sp,160 + .cfi_def_cfa_offset 0 .set reorder .end privateSnippetExecutor -- cgit