[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
Sat, 26 Feb 2005 08:20:26 -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-02-26 08:19:58.000000000 -0500
+++ shadow/73058.tmp.15288	2005-02-26 08:20:26.000000000 -0500
@@ -12,12 +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
 
 In the following test case:
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 using System;
 
 public unsafe class Tests {