[Mono-bugs] [Bug 25058] Changed - ldarg opcode not handled correctly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 May 2002 16:28:08 -0000


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 dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=25058

--- shadow/25058	Tue May 21 12:16:34 2002
+++ shadow/25058.tmp.2021	Tue May 21 12:28:08 2002
@@ -1,14 +1,14 @@
 Bug#: 25058
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -17,6 +17,9 @@
 Summary: ldarg opcode not handled correctly
 
 According to the ECMA spec, the long ldarg opcode (0xFE 0x09) should have
 an INT16 argument. However, the code in jit.c uses read32() to read it.
 This happens two times, once in check_inlining(), and once in
 mono_analyze_stack().
+
+------- Additional Comments From dietmar@ximian.com  2002-05-21 12:28 -------
+fixed