fix variable name

Change-Id: I170f0390f8f510591d444f44c20434b15077e687
This commit is contained in:
David Tardon
2014-08-28 13:44:13 +02:00
parent 6465857e02
commit b38de1f8f3

View File

@@ -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