[Mono-bugs] [Bug 573312] mono compiler compiles struct in fixed block wrong?

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 23 15:21:19 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=573312

http://bugzilla.novell.com/show_bug.cgi?id=573312#c3


--- Comment #3 from Christian Mueller <post-christian at freenet.de> 2010-01-23 20:21:14 UTC ---
I'm played with the StructLayout and submitted broken code. The part

    [StructLayout( LayoutKind.Explicit, Pack = 4 )]
    public unsafe struct TValue

must be

    [StructLayout( LayoutKind.Sequential, Pack = 4 )]
    public unsafe struct TValue

The working script is attached above. Sorry.

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


More information about the mono-bugs mailing list