[Libreoffice-commits] core.git: bridges/source
David Tardon
dtardon at redhat.com
Thu Aug 28 04:44:45 PDT 2014
bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b38de1f8f3712f0a632ff9b6fa10df2cf3ce268f
Author: David Tardon <dtardon at redhat.com>
Date: Thu Aug 28 13:44:13 2014 +0200
fix variable name
Change-Id: I170f0390f8f510591d444f44c20434b15077e687
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx
index cfe720d..5836d8b 100644
--- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx
@@ -233,7 +233,7 @@ static void callVirtualMethod(void * pThis, sal_uInt32 nVtableIndex,
"fmr %0, 1\n\t"
: "=f" (dret), "=r" (r3), "=r" (r4) : );
- MapReturn(r3, r4, dret, pReturnTypeRef, pRegisterReturn);
+ MapReturn(r3, r4, dret, pReturnTypeDescr, pRegisterReturn);
}
// Macros for easier insertion of values to registers or stack
More information about the Libreoffice-commits
mailing list