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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 May 2002 16:16:35 -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 vargaz@freemail.hu.

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

--- shadow/25058	Tue May 21 12:16:34 2002
+++ shadow/25058.tmp.20490	Tue May 21 12:16:34 2002
@@ -0,0 +1,22 @@
+Bug#: 25058
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+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().