[Mono-bugs] [Bug 78641][Cos] Changed - [PATCH] quiet some gcc
signed warnings in ppc port
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 15 11:35:22 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78641
--- shadow/78641 2006-06-14 06:21:25.000000000 -0400
+++ shadow/78641.tmp.5549 2006-06-15 11:35:22.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78641
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Cosmetic
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: johannes at sipsolutions.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -31,6 +31,9 @@
+#define ppc_emit32(c,x) do { *((guint32 *) (c)) = (guint32)(x); (c) =
(guint8 *)(c) + sizeof (guint32);} while (0)
#define ppc_is_imm16(val) ((gint)(val) >= (gint)-(1<<15) && (gint)(val) <=
(gint)((1<<15)-1))
#define ppc_is_uimm16(val) ((gint)(val) >= 0 && (gint)(val) <= 65535)
+
+------- Additional Comments From lupus at ximian.com 2006-06-15 11:35 -------
+Thanks, applied.
More information about the mono-bugs
mailing list