28extern "C" sal_Int32
cpp_vtable_call(sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset,
29 void** gpreg,
void** fpreg,
void** ovrflw,
30 sal_uInt64* pRegisterReturn );
void cpp_vtable_call(sal_Int32 func, sal_Int32 offset, void **pStack)
is called on incoming vtable calls (called by asm snippets)