[Mono-bugs] [Bug 58462][Maj] Changed - ilasm literal value gets lost
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 15:54:23 -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 14:49:49.000000000 -0400
+++ shadow/58462.tmp.17999 2004-05-26 15:54:22.000000000 -0400
@@ -103,6 +103,10 @@
}
// Same for the Add() with sbyte, ushort, short, uint, int, ulong,
long, float and double.
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.