[Mono-bugs] [Bug 60108][Nor] Changed - mcs compiled app dealing with enums loses string output of enums on .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 12:32:19 -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 bmaurer@users.sf.net.

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

--- shadow/60108	2004-06-13 12:29:08.000000000 -0400
+++ shadow/60108.tmp.32069	2004-06-13 12:32:19.000000000 -0400
@@ -68,6 +68,10 @@
     IL_0050:  blt        IL_0024
 
 for csc these are :
 
     IL_0022:  br.s       IL_004c
     IL_0050:  blt.s      IL_0024
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-13 12:32 -------
+The short encoding of the opcodes does not matter. It does not affect
+the code that the jit generates.