[Mono-bugs] [Bug 37473][Nor] Changed - incorrect code generated when accessing the fields of a valuetype
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 12 Feb 2003 19:53:45 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37473
--- shadow/37473 Fri Jan 31 13:45:12 2003
+++ shadow/37473.tmp.22513 Wed Feb 12 19:53:45 2003
@@ -1,14 +1,14 @@
Bug#: 37473
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,11 @@
}
You can check with the command:
./metadata/pedump --verify code simple-time2.exe
or with PEVerify on windows: there is an extraneous ldobj opcode
in the DT::get_Ticks method.
+
+------- Additional Comments From miguel@ximian.com 2003-02-12 19:53 -------
+Ok finally fixed. The problem was spotted by Martin earlier, but it
+was not until today that I looked in depth at the problem. The fix is
+on CVS.