mail-archives/mono-bugs/2004-June/017238.html

75 строки
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="017237.html">
<LINK REL="Next" HREF="017239.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Sat, 12 Jun 2004 00:12:51 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="017237.html">[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</A></li>
<LI> Next message: <A HREF="017239.html">[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17238">[ date ]</a>
<a href="thread.html#17238">[ thread ]</a>
<a href="subject.html#17238">[ subject ]</a>
<a href="author.html#17238">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:bmaurer@users.sf.net.">bmaurer@users.sf.net.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60056">http://bugzilla.ximian.com/show_bug.cgi?id=60056</A>
--- 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 <A HREF="mailto:bmaurer@users.sf.net">bmaurer@users.sf.net</A> 2004-06-12 00:12 -------
+nb: 4294967237 == 0xFFFFFFC5. We want 0xFFFFFFFFFFFFFFC5.
+
+I think we need cdq in here somewhere...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="017237.html">[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</A></li>
<LI> Next message: <A HREF="017239.html">[Mono-bugs] [Bug 60056][Cri] Changed - BIGMUL does not handle signs correctly
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17238">[ date ]</a>
<a href="thread.html#17238">[ thread ]</a>
<a href="subject.html#17238">[ subject ]</a>
<a href="author.html#17238">[ author ]</a>
</LI>
</UL>
</body></html>