[Mono-bugs] [Bug 53786][Maj] Changed - int* is not emitted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Feb 2004 15:17:46 -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 miguel@ximian.com.

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

--- shadow/53786	2004-02-03 04:37:01.000000000 -0500
+++ shadow/53786.tmp.15897	2004-02-04 15:17:46.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53786
 Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -26,6 +26,14 @@
 	}
 }
 
 public class MainClass {
         public static void Main () {}
 }
+
+------- Additional Comments From miguel@ximian.com  2004-02-04 15:17 -------
+This is the output from monodis:
+
+    .method public hidebysig  specialname  rtspecialname 
+           instance default void .ctor (int32* 'ptr')  cil managed 
+
+