[Mono-bugs] [Bug 62064][Wis] Changed - cil-opcodes.xml lists erroneous opcodes and does not contain OpCodeType information
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 13:30:00 -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 16:12:46.000000000 -0400
+++ shadow/62064.tmp.24684 2004-07-30 13:30:00.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 62064
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
+AssignedTo: duncan@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
@@ -38,6 +38,19 @@
------- Additional Comments From duncan@ximian.com 2004-07-28 16:12 -------
Created an attachment (id=8763)
The updated cil-opcodes.xml
+
+------- Additional Comments From duncan@ximian.com 2004-07-30 13:30 -------
+Here's the patch:
+
+2004-07-30 Duncan Mak <duncan@ximian.com>
+
+* cil-opcodes.xml: Added OperandType information to each of the
+public opcodes with the new "type" attribute. Removed mono_func_*
+from the opcodes and updated the "o2" attribute for the mono_*
+opcodes to match the values in the existing opcode.def. Added
+"mono_save_lmf" and mono_restore_lmf", which were listed in
+opcode.def, but not in the XML file.
+