[Mono-bugs] [Bug 73058][Nor] Changed - int -> pointer conversion should use conv.i instead of conv.u

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Mar 2005 07:53:25 -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 vargaz@gmail.com.

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

--- shadow/73058	2005-03-17 20:07:04.000000000 -0500
+++ shadow/73058.tmp.12766	2005-03-18 07:53:25.000000000 -0500
@@ -12,13 +12,13 @@
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: int -> pointer conversion should use conv.i instead of conv.u
-OtherBugsDependingOnThis: 72642
+OtherBugsDependingOnThis: 72642[FIXED]
 
 In the following test case:
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 using System;
 
 public unsafe class Tests {