https://issues.apache.org/ooo/show_bug.cgi?id=124086

--- Comment #5 from Apostolos Syropoulos <[email protected]> ---
Thank you very much for pointing this out. However, if you check out
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
you will notice the same problem. Thus, I believe it is necessary to modify the
code in other files too. After all, I modified the solaris bridge using code
from the linux bridge.Now, the correct code
should like

void __attribute__ ((noinline)) callVirtualMethod(
    void * pAdjustedThisPtr,
    sal_Int32 nVtableIndex,
    void * pRegisterReturn,
    typelib_TypeClass eReturnType,
    sal_Int32 * pStackLongs,
    sal_Int32 nStackLongs )
{

Should I submit a patch or is this enough?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to