[Mono-bugs] [Bug 58633][Maj] Changed - shift right breakage in the JIT
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 07:15:46 -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 totte@hiddenpeaks.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58633
--- shadow/58633 2004-05-18 02:20:53.000000000 -0400
+++ shadow/58633.tmp.22618 2004-05-18 07:15:46.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58633
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: (x-86)
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jackson@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -46,6 +46,9 @@
Additional Information:
Commenting out the ifndefs directives for
MONO_ARCH_NO_EMULATE_LONG_SHIFT_OPS in mini.c and mini-x86.c fix the problem.
This bug prevents ILASM from generating a useable binary.
+
+------- Additional Comments From totte@hiddenpeaks.com 2004-05-18 07:15 -------
+This is a reg allocator bug, I'm working on it.