[Mono-bugs] [Bug 61740][Wis] Changed - [PATCH] use test esi, 1, not mov eax,esi/and eax,1/test eax,eax

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 12:09:52 -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 lupus@ximian.com.

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

--- shadow/61740	2004-07-21 12:46:43.000000000 -0400
+++ shadow/61740.tmp.11240	2004-07-28 12:09:52.000000000 -0400
@@ -116,6 +116,9 @@
 Created an attachment (id=8654)
 mini-test-esi-one.patch
 
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-07-21 12:46 -------
 This version of the patch uses the trick gcc uses (see above)
+
+------- Additional Comments From lupus@ximian.com  2004-07-28 12:09 -------
+Please add tests cases to mini/basic.cs that exercise the new codepaths.