[Mono-bugs] [Bug 30951][Nor] Changed - unable to box 64bit enums
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 04:18:04 -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=30951
--- shadow/30951 Tue Sep 24 05:58:39 2002
+++ shadow/30951.tmp.7651 Wed Sep 25 00:18:04 2002
@@ -1,13 +1,13 @@
Bug#: 30951
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
@@ -30,6 +30,9 @@
------- Additional Comments From lupus@ximian.com 2002-09-24 05:58 -------
This is a mcs bug: it uses ldc.i4.0 to load the value as a 32 bit int,
but then it needs to convert the value to a 64 bit int before the box
opcode (compiling the sample with mcs and running PEVerify on it will
show the issue).
+
+------- Additional Comments From miguel@ximian.com 2002-09-25 00:18 -------
+Thanks for the bug report. Fixed.