[Mono-bugs] [Bug 25104] Changed - ves_icall_InternalInvoke does not support parameters of type array

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 May 2002 02:18:47 -0000


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 hestilow@ximian.com.

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

--- shadow/25104	Tue May 21 22:18:06 2002
+++ shadow/25104.tmp.13521	Tue May 21 22:18:47 2002
@@ -16,6 +16,11 @@
 Cc: 
 Summary: ves_icall_InternalInvoke does not support parameters of type array
 
 specifically, mono_runtime_invoke_array does not handle SZARRAY in its
 switch statement. The attached patch seems to work -- since Array is an
 Object, I just lumped it in with the other objects.
+
+------- Additional Comments From hestilow@ximian.com  2002-05-21 22:18 -------
+Created an attachment (id=1761)
+the patch I mentioned
+