bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b3213401a29c8b4a2b69ee6684531f6d323370b6
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Aug 22 15:16:10 2014 +0100

    pasted in reverse
    
    Change-Id: I6a3f8c9bffd2dbac90c73e472f99dd97b9977127

diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx 
b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
index 507d3b1..35cc16f 100644
--- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
@@ -546,9 +546,9 @@ extern "C" void privateSnippetExecutor( ... )
                 : "=r" (sp) : );
 
 #if _CALL_ELF == 2
-    volatile long nRegReturn[1];
-#else
     volatile long nRegReturn[2];
+#else
+    volatile long nRegReturn[1];
 #endif
 
     typelib_TypeClass aType =
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to