[Mono-bugs] [Bug 61800][Wis] Changed - [PATCH] Reduce initialization code in System.Reflection.Emit.OpCode
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 16:21:38 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61800
--- shadow/61800 2004-07-21 16:20:45.000000000 -0400
+++ shadow/61800.tmp.26815 2004-07-21 16:21:38.000000000 -0400
@@ -42,6 +42,11 @@
stored in the OpCodes class.
Aside: I never built with the 1.0 profile, so we lose the 1.0 opcode
'boxval' with this patch. Is it important that we keep the 1.0 profile? If
it is, I can go back and add that value in: it's just a pain because it
means I need to go rearrange all the opcode index.
+
+------- Additional Comments From duncan@ximian.com 2004-07-21 16:21 -------
+Created an attachment (id=8659)
+Patch for OpCode.cs and OpCodes.cs (plus 1 new file)
+