[Mono-bugs] [Bug 45762][Nor] Changed - Missing cast on void* to int conversions.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 4 Jul 2003 17:51:16 -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 miguel@ximian.com.

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

--- shadow/45762	Wed Jul  2 21:32:14 2003
+++ shadow/45762.tmp.9504	Fri Jul  4 17:51:16 2003
@@ -1,14 +1,14 @@
 Bug#: 45762
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,9 @@
     IL_0001:  conv.i4
     IL_0002:  ret
 
 We generate:
 	IL_0000: ldarg.0 
 	IL_0001: ret
+
+------- Additional Comments From miguel@ximian.com  2003-07-04 17:51 -------
+Fixed on CVS.