[Mono-bugs] [Bug 69785][Wis] Changed - [PPC PATCH] refanytype not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 05:02:44 -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=69785

--- shadow/69785	2004-12-02 17:24:55.000000000 -0500
+++ shadow/69785.tmp.6836	2004-12-07 05:02:44.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69785
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
@@ -93,6 +93,12 @@
 -kangaroo
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-11-23 01:01 -------
 Created an attachment (id=13302)
 patch
 
+
+------- Additional Comments From lupus@ximian.com  2004-12-07 05:02 -------
+reg in the rule is represented as state->left->reg1, not
+state->left->tree->dreg. The bug was in the x86 code as well, just
+not triggered.
+Thanks for tracking down the issue.