[Mono-bugs] [Bug 49328][Nor] Changed - Implementation of OpCode.Value for two bytes instruction
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 11:11:40 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=49328
--- shadow/49328 2003-10-04 07:12:55.000000000 -0400
+++ shadow/49328.tmp.2758 2003-10-13 11:11:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 49328
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 001 One hour
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: celebyon@celebxp.net
QAContact: mono-bugs@ximian.com
@@ -23,6 +23,9 @@
while Rotor and .Net 1.1 do :
return (short) ((op1 << 8) | op2);
It causes some troubles while working on opcodes.
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-13 11:11 -------
+Fixed in CVS.