[Mono-bugs] [Bug 74482][Wis] Changed - mono uses method param type instead of type in the Constant MD table to interpret the constant value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 15:33:10 -0400 (EDT)


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 vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74482

--- shadow/74482	2005-04-07 11:11:22.000000000 -0400
+++ shadow/74482.tmp.12936	2005-04-07 15:33:10.000000000 -0400
@@ -126,6 +126,9 @@
 The method "mono_get_object_from_blob" returns NULL also in the case
 when the default value is NULL (nullref). According to the specs, a
 nullref is encoded as a E_T_CLASS (in the constant table) and in the
 blob (04 00 00 00 00). So, to differentiate/a normal null being
 returned from this "default value of NULL" we can check if the type of
 the default val is MONO_TYPE_CLASS.
+
+------- Additional Comments From vargaz@gmail.com  2005-04-07 15:33 -------
+Ok, then this looks ok to check in.