[Mono-bugs] [Bug 73941][Nor] Changed - [PATCH] mono_marshal_get_runtime_invoke doesn't support MONO_TYPE_TYPEDBYREF
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Mar 2005 07:02:24 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73941
--- shadow/73941 2005-03-21 15:16:17.000000000 -0500
+++ shadow/73941.tmp.4262 2005-03-22 07:02:24.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73941
Product: Mono: Runtime
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -68,6 +68,9 @@
case MONO_TYPE_SZARRAY:
case MONO_TYPE_OBJECT:
+ case MONO_TYPE_TYPEDBYREF:
/* nothing to do */
break;
case MONO_TYPE_PTR:
+
+------- Additional Comments From vargaz@gmail.com 2005-03-22 07:02 -------
+Fixed in SVN.