https://issues.apache.org/ooo/show_bug.cgi?id=124086
--- Comment #6 from [email protected] <[email protected]> --- (In reply to Apostolos Syropoulos from comment #5) > 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. Yes, will do. > 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? If you confirm that it works this is sufficient. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
