[Mono-bugs] [Bug 62064][Wis] New - cil-opcodes.xml lists erroneous opcodes and does not contain OpCodeType information

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 15:56:52 -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=62064

--- shadow/62064	2004-07-28 15:56:52.000000000 -0400
+++ shadow/62064.tmp.13919	2004-07-28 15:56:52.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 62064
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: cil-opcodes.xml lists erroneous opcodes and does not contain OpCodeType information
+
+cil-opcodes.xml contains the following opcodes that are not defined in
+System.Reflection.Emit.Opcodes.
+
+"ldelem", "stelem", "no.", "illegal", "readonly", "endmac"
+
+For all the other opcodes, it does not list its OpCodeType.
+
+Attached is a program that comments out the opcodes that are not defined in
+the OpCodes class and adds a new attribute "type" to each opcode element to
+add the OpCodeType info to the XML.