[Mono-bugs] [Bug 58572][Nor] Changed - ilasm delegate output

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 15:54:06 -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 jackson@ximian.com.

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

--- shadow/58572	2004-05-21 02:55:45.000000000 -0400
+++ shadow/58572.tmp.31931	2004-05-25 15:54:06.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 58572
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: IL assembler
 AssignedTo: jackson@ximian.com                            
 ReportedBy: ck@carlo-kok.com               
 QAContact: mono-bugs@ximian.com
@@ -101,6 +101,9 @@
 I think this is related to the ZeroRva() function in MethodDef not
 checking for the Runtime flag, adding
 ((ImplFlags & (ushort)(ImplAttr.Runtime)) != 0) ||
 
 to the internal bool ZeroRva()    method in the MethodDef class in
 PEAPI.cs makes sure the RVA is 0.
+
+------- Additional Comments From jackson@ximian.com  2004-05-25 15:54 -------
+These bugs are fixed in CVS. Thanks for the report.