[Mono-bugs] [Bug 31654][Nor] Changed - jit generates incorrect code for get address of element in array of value types
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Oct 2002 02:01:10 -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 hwang_rob@yahoo.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=31654
--- shadow/31654 Wed Oct 2 22:00:21 2002
+++ shadow/31654.tmp.7548 Wed Oct 2 22:01:10 2002
@@ -93,6 +93,11 @@
size = mono_class_native_size (csig->ret->data.klass,
&align);
After applying this patch, I was able to run DecimalTest (from the Nunit
tests) to completion (although there were some other failures in that unit
test case, unrelated I believe to this problem).
+
+------- Additional Comments From hwang_rob@yahoo.ca 2002-10-02 22:01 -------
+Created an attachment (id=2446)
+possible patch to fix this bug
+