To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98028
------- Additional comments from [email protected] Tue Jan 13 16:30:05 +0000 2009 ------- We need to fill in rdx on return of such a struct anyway Also when *passing in* such an entity we always in UNO pass the address of a struct, not the struct itself. So the foo in cpp2uno.cxx for measuring the size of a passed in struct is misguided, as that's for if it was passed by value, which never happens. We still have a bit of a problem wrt xmm0 xmm1 for the case of returning a struct of floats which is passed around either completely in xmm0/xmm1 or split between etc --------------------------------------------------------------------- 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]
