[Mono-bugs] [Bug 62178][Wis] New - We do not have opcodes ldelem.any and stelem.any

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 17:09:47 -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=62178

--- shadow/62178	2004-07-30 17:09:47.000000000 -0400
+++ shadow/62178.tmp.27729	2004-07-30 17:09:47.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 62178
+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: We do not have opcodes ldelem.any and stelem.any
+
+We're missing two opcodes, ldelem.any and stelem.any. In their place, we
+have two 'new' opcodes listed, 'ldelem' and 'stelem'. I guess they are
+probably the old names of the *.any opcodes.
+
+In the process of tracking this down, I wrote two little scripts: one to
+generate a cil-opcodes.xml file using reflection, another to compare two
+cil-opcodes.xml files.