[Mono-bugs] [Bug 79312][Nor] Changed - returning a struct by value giving unexpected results

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 8 06:16:18 EDT 2006


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 at gmail.com.

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

--- shadow/79312	2006-09-07 23:09:53.000000000 -0400
+++ shadow/79312.tmp.2279	2006-09-08 06:16:18.000000000 -0400
@@ -413,6 +413,11 @@
   [DllImport (...)]
   public static extern EventLoopHandle GetCurrentEventLoop ();
 }
 
 The downside is that Mono doesn't currently support this feature, but
 it should eventually (and perhaps you can help implement it if desired ;-)
+
+------- Additional Comments From vargaz at gmail.com  2006-09-08 06:16 -------
+It is possible that this is caused by a bug in the PPC JIT, i.e.
+it does not support returning vtypes in registers.
+


More information about the mono-bugs mailing list