[Mono-bugs] [Bug 60331][Nor] Changed - PowerPC JIT generates ba for branches between basic blocks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 02:11:58 -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 pcbeard@mac.com.

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

--- shadow/60331	2004-06-17 02:09:25.000000000 -0400
+++ shadow/60331.tmp.9446	2004-06-17 02:11:58.000000000 -0400
@@ -61,6 +61,11 @@
 +					ins = (18 << 26) | (((guint32)target) & ~0xfc000000) | (ins & 1) | 2;
 +					*(guint32*)code = ins;
 +					return;
 +				}
  			}
  		}
+
+------- Additional Comments From pcbeard@mac.com  2004-06-17 02:11 -------
+Created an attachment (id=8215)
+Oops, disregard the inline patch, this supersedes it.
+