[Mono-bugs] [Bug 74010][Maj] Changed - [GMCS]: mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 07:34:20 -0500 (EST)


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 willibald.krenn@gmx.at.

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

--- shadow/74010	2005-03-23 07:22:13.000000000 -0500
+++ shadow/74010.tmp.23427	2005-03-23 07:34:20.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 74010
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: JIT
 AssignedTo: martin@ximian.com                            
 ReportedBy: Willibald.Krenn@gmx.at               
 QAContact: mono-bugs@ximian.com
@@ -35,6 +35,9 @@
 
 ** ERROR **: file marshal.c: line 4046 (mono_marshal_get_stfld_wrapper):
 should not be reached
 
 ------- Additional Comments From martin@ximian.com  2005-03-23 07:22 -------
 Does my latest metadata/marshal.c commit (revision 42137) fix this ?
+
+------- Additional Comments From Willibald.Krenn@gmx.at  2005-03-23 07:34 -------
+Yes, seems to be working now. No similar code anywhere else?