Kaydet (Commit) 0291994f authored tarafından David Tardon's avatar David Tardon

fix debug build on s390x

Change-Id: Ic1d5e98f371727f0c452495d5f9cb40ec73ffe9d
üst 15f79efe
......@@ -375,7 +375,6 @@ static typelib_TypeClass cpp_mediate(
}
// determine called method
OSL_ENSURE( nVtableCall < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index!" );
sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex];
OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment