Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77230 --- shadow/77230 2006-01-18 18:44:18.000000000 -0500 +++ shadow/77230.tmp.19021 2006-01-18 18:48:44.000000000 -0500 @@ -168,6 +168,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-01-18 18:44 ------- Created an attachment (id=16372) ExplicitLayoutTest.cs + +------- Additional Comments From [EMAIL PROTECTED] 2006-01-18 18:48 ------- +Expected result is 0x78563412 on a little-endian machine. var.Int32 +was never set but it has the value composed from fields Byte0..3. + +There is only one actual value for all of these fields that can be +accessed even in managed code, so there is no last copied field that +overwrites the others. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
