[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - bridges/source

Rene Engelhard rene at debian.org
Tue Feb 25 05:29:50 PST 2014


 bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a606751087a2de4233c3e1fd14a7ddba993ddcea
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Feb 24 17:59:08 2014 +0100

    fix "fix gcc inline assembler operands usage"
    
    Change-Id: I192c30bed60a657e9360bbe1d6dd217c75ed8da6
    Reviewed-on: https://gerrit.libreoffice.org/8209
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx
index 063b8eb..def4e8d 100644
--- a/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx
@@ -235,7 +235,7 @@ void callVirtualMethod( void * pAdjustedThisPtr,
         "=m"(o0),
         "=m"(o1),
         "=m"(f0d),
-        "=m"(f0f),
+        "=m"(f0f)
         :
         "r"(&saveReg[0])
         :


More information about the Libreoffice-commits mailing list