[Mono-bugs] [Bug 31834][Nor] Changed - incorrect opcodes emitted for assignment to 1d array of enum
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Oct 2002 01:11:38 -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=31834
--- shadow/31834 Thu Oct 10 16:20:58 2002
+++ shadow/31834.tmp.10848 Thu Oct 10 21:11:38 2002
@@ -92,6 +92,13 @@
------- Additional Comments From martin@gnome.org 2002-10-10 16:20 -------
Reverted this patch since it broke the debugger, see the testcase I posted above.
+
+------- Additional Comments From hwang_rob@yahoo.ca 2002-10-10 21:11 -------
+Sorry about that. Here is another proposed patch. It seems to work
+for both test cases.
+
+I believe the problem is that instead of fixing how we do the store,
+we should fix how we do the preceeding load...