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

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


--- Comment #3 from Christian Mueller <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to