[Mono-bugs] [Bug 64578][Nor] Changed - conv.i1.ovf doesnt throw on 0x00000000ffffffff
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 09:29:42 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=64578
--- shadow/64578 2004-08-30 10:36:12.000000000 -0400
+++ shadow/64578.tmp.6149 2004-09-02 09:29:42.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 64578
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
42: 0f 8f 22 00 00 00 jg 6a <X_Main+0x6a>
48: 3d 80 ff ff ff cmp eax,0xffffff80
4d: 0f 8c 08 00 00 00 jl 5b <X_Main+0x5b>
53: 0f be c0 movsx eax,al
This is clearly wrong.
+
+------- Additional Comments From vargaz@freemail.hu 2004-09-02 09:29 -------
+Fixed in CVS.