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=38532 --- shadow/38532 2006-10-06 11:59:17.000000000 -0400 +++ shadow/38532.tmp.11714 2006-10-08 11:07:18.000000000 -0400 @@ -188,6 +188,15 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-10-06 11:59 ------- Use mono --compile-all wx.NET.dll to reproduce. + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-08 11:07 ------- +Zoltan discovered, and we later got confirmation that the indirection +for the Ptr tables is only used in in metadata operations, but not +applied to the CIL token stream. + +So operations like `LDSFLD TOKEN' will not have their token looked up +on the FieldPtr table and then dereferenced into the Field table, its +only metadata that will. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
