summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-28 13:44:13 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-08-28 06:51:14 -0500
commit6df6eb9c4d462532271cd800537830a68221242a (patch)
tree081c80fa13a1661a01baa74d9b6cfdb35835ab20 /bridges
parent97bd79cbd866dbb4944c774b4e6161cb990f6ec2 (diff)
fix variable name
Change-Id: I170f0390f8f510591d444f44c20434b15077e687 (cherry picked from commit b38de1f8f3712f0a632ff9b6fa10df2cf3ce268f) Reviewed-on: https://gerrit.libreoffice.org/11170 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx
index 391ef219ac27..c958de519028 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