[Mono-bugs] [Bug 667928] icalls with Rects as return types call native functions incorrectly.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 28 09:24:32 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=667928

https://bugzilla.novell.com/show_bug.cgi?id=667928#c5


--- Comment #5 from Zoltan Varga <vargaz at gmail.com> 2011-01-28 14:24:31 UTC ---
I have no idea how this ever worked, if I change the struct by adding 4
additional float members, it crashes on 2.6 too. The problem is that structs
have special calling conventions on all platforms, i.e. sometimes they are
returned in registers, sometimes by passing an additional hidden argument,
etc., and the icall stuff doesn't support that.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list