[Mono-bugs] [Bug 62331][Wis] Changed - monodis does not disply sizeof (int*) correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Aug 2004 07:42:06 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=62331
--- shadow/62331 2004-08-02 21:54:01.000000000 -0400
+++ shadow/62331.tmp.15700 2004-08-08 07:42:06.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 62331
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,9 @@
IL_0000: sizeof int32
IL_0006: call void class [mscorlib]System.Console::WriteLine(int32)
IL_000b: ret
However, this is incorrect. It should say sizeof int32*. The file will not
round trip.
+
+------- Additional Comments From vargaz@freemail.hu 2004-08-08 07:42 -------
+Fixed in CVS.