[Mono-bugs] [Bug 29809][Nor] Changed - Jay broken on SPARC
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Sep 2002 18:51:30 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29809
--- shadow/29809 Tue Sep 3 11:03:59 2002
+++ shadow/29809.tmp.25453 Tue Sep 3 14:51:30 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: crichton@gimp.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,9 @@
In main.c, it is defined as:
char csharp = 0;
This leads to problems with SIGBUS on a SPARC. Fix is simple,
change 'extern int' to 'extern char'
+
+------- Additional Comments From miguel@ximian.com 2002-09-03 14:51 -------
+Mark, please commit your fix.