[Mono-bugs] [Bug 58462][Maj] Changed - ilasm literal value gets lost

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 13:31:54 -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 jackson@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58462

--- shadow/58462	2004-05-26 15:54:22.000000000 -0400
+++ shadow/58462.tmp.31739	2004-05-27 13:31:54.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58462
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: IL assembler
 AssignedTo: jackson@ximian.com                            
 ReportedBy: ck@carlo-kok.com               
 QAContact: mono-bugs@ximian.com
@@ -107,6 +107,9 @@
 Test:
 .field public literal static int32 test = 0x1234567;
 
 ------- Additional Comments From jackson@ximian.com  2004-05-26 15:54 -------
 I am guessing the sizes are compressed, so the CompressNum method
 should be used for writing them. I'll check the spec and fix, asap.
+
+------- Additional Comments From jackson@ximian.com  2004-05-27 13:31 -------
+This is now fixed in CVS. Thanks for the follow up.