[Mono-bugs] [Bug 35128][Nor] Changed - incorrect code when calling a method on a field valuetype
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Dec 2002 23:55:41 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35128
--- shadow/35128 Thu Dec 5 07:13:16 2002
+++ shadow/35128.tmp.24094 Tue Dec 10 18:55:41 2002
@@ -1,13 +1,13 @@
Bug#: 35128
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: juancri@tagnet.org
QAContact: mono-bugs@ximian.com
@@ -76,6 +76,9 @@
IL_0046: call instance string valuetype [corlib]System.Int32::ToString()
IL_004b: call void class [corlib]System.Console::WriteLine(string,
object)
Note the ldloca to load the MyObject instance (it's a class, so it
should use ldloc).
+
+------- Additional Comments From miguel@ximian.com 2002-12-10 18:55 -------
+Thanks for the report, a bug fix is on CVS.