[Mono-bugs] [Bug 48865][Wis] Changed - mono interpreter fails >=, <= float comparisons

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Sep 2003 22:54:24 -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 mass@akuma.org.

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

--- shadow/48865	2003-09-24 22:50:38.000000000 -0400
+++ shadow/48865.tmp.8598	2003-09-24 22:54:24.000000000 -0400
@@ -33,6 +33,11 @@
                 return a>=b;
         }
 }
 
 The cause is a typo in the clt.un opcode handler in interp.c (it also
 exists in cgt.un).
+
+------- Additional Comments From mass@akuma.org  2003-09-24 22:54 -------
+Created an attachment (id=5420)
+fix for clt.un/cgt.un
+