[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 00:12:51 -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 bmaurer@users.sf.net.

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

--- shadow/60056	2004-06-12 00:11:31.000000000 -0400
+++ shadow/60056.tmp.7323	2004-06-12 00:12:51.000000000 -0400
@@ -64,6 +64,11 @@
 		System.Console.WriteLine (a * b);
 	}
 }
 Gives:
 4294967237
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-12 00:12 -------
+nb: 4294967237 == 0xFFFFFFC5. We want 0xFFFFFFFFFFFFFFC5.
+
+I think we need cdq in here somewhere...