[Mono-bugs] [Bug 52037][Nor] Changed - System.DateTime.get_Now fails on execution

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 07:38:54 -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 lupus@ximian.com.

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

--- shadow/52037	2003-12-17 02:52:52.000000000 -0500
+++ shadow/52037.tmp.12285	2003-12-17 07:38:54.000000000 -0500
@@ -214,6 +214,14 @@
 r26	0x00000001
 r27	0x00000000
 r28	0x00000000
 r29	0x00000000
 r30	0x008e9108
 r31	0x00000001
+
+------- Additional Comments From lupus@ximian.com  2003-12-17 07:38 -------
+The hashtable/isnan bug has been fixed in cvs on the 15th.
+make sure you have updated from cvs the mini-ppc.c file.
+Grep for CEE_CONV_R8 and a few lines later you'll find:
+ppc_load (code, ppc_r11, &adjust_val);
+The ppc assembly you pasted is the (wrong) assembly that was generated
+before the fix.