[Mono-bugs] [Bug 62178][Wis] Changed - We do not have opcodes ldelem.any and stelem.any
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 18:12:07 -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:11:10.000000000 -0400
+++ shadow/62178.tmp.28834 2004-07-30 18:12:07.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 62178
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,13 @@
------- Additional Comments From duncan@ximian.com 2004-07-30 17:11 -------
Created an attachment (id=8802)
script for generating a cil-opcodes.xml file using reflection
+
+------- Additional Comments From duncan@ximian.com 2004-07-30 18:12 -------
+Here's a patch that renames 'ldelem' and 'stelem' to 'ldelem.any' and
+'stelem.any'.
+
+The only difference is, the push attribute for "stelem" is
+"PopRef+PopI+Pop1", but it is "PopRef+PopI+PopRef" for "stelem.any".