To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51545
------- Additional comments from [EMAIL PROTECTED] Mon Jul 4 07:49:46 -0700 2005 ------- What *might* help is to replace __asm__(... "m"(&nRegReturn) ); with void * pRegReturn = &nRegReturn; ... __asm__(... "m"(pRegReturn) ); and for [UNSIGNED_]HYPER to replace __asm__(... "ld %1, %%l0\n\t" ... "m"(((long*)&nRegReturn) +1) ); with __asm__(... "add %%l0, $4, %%l0\n\t" ...); --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
