[Mono-bugs] [Bug 61441][Nor] Changed - [PATCH] avoid callvirt with ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 30 Aug 2004 16:50:01 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=61441
--- shadow/61441 2004-08-14 12:33:44.000000000 -0400
+++ shadow/61441.tmp.9111 2004-08-30 16:50:01.000000000 -0400
@@ -34,6 +34,11 @@
------- Additional Comments From vargaz@freemail.hu 2004-08-14 12:33 -------
This patch causes tests/context-static.exe to fail, possibly because
avoiding a virtual call also causes us to avoid all the stuff in
mini_emit_virtual_call, like the calling of the remoting invoke
wrappers.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-30 16:50 -------
+Created an attachment (id=9993)
+Fix issue that zoltan found
+