[Mono-bugs] [Bug 71953][Wis] Changed - ILASM off-by-one when referring to named arguments

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Jan 2005 18:01:48 -0500 (EST)


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 tonyg@kcbbs.gen.nz.

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

--- shadow/71953	2005-01-29 18:01:06.000000000 -0500
+++ shadow/71953.tmp.32259	2005-01-29 18:01:48.000000000 -0500
@@ -46,6 +46,11 @@
 Additional Information:
 
 I'll attach a file of .IL that exhibits the problem. Disassembling the file
 as compiled by Mono's ILASM produces ldarg 0 for all the methods in the
 file; disassembly from MS.NET's ILASM produces ldarg 1 for all the instance
 methods, including the .ctor, and ldarg 0 for the static method, as expected.
+
+------- Additional Comments From tonyg@kcbbs.gen.nz  2005-01-29 18:01 -------
+Created an attachment (id=13959)
+IL for demonstrating the fault
+