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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 May 2002 10:23:04 -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:28:08 2002
+++ shadow/25058.tmp.11620	Thu May 23 06:23:04 2002
@@ -20,6 +20,10 @@
 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
+
+------- Additional Comments From vargaz@freemail.hu  2002-05-23 06:23 -------
+One other thing: CEE_LDARG seems to be missing the argument mapping stuff
+used for inlining. I'm not sure if it is a bug or not.