[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, 21 Jul 2004 12:46:43 -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 bmaurer@users.sf.net.

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

--- shadow/61740	2004-07-21 12:46:19.000000000 -0400
+++ shadow/61740.tmp.20929	2004-07-21 12:46:43.000000000 -0400
@@ -113,6 +113,9 @@
 the constant is of the form 2^n.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-07-21 12:46 -------
 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)