[Mono-bugs] [Bug 75056][Blo] Changed - [SPARC] mono --debug uses
unaligned access
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 18:36:01 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75056
--- shadow/75056 2005-06-23 18:35:43.000000000 -0400
+++ shadow/75056.tmp.17207 2005-06-23 18:36:01.000000000 -0400
@@ -47,6 +47,11 @@
ptr += sizeof (gpointer);
This will crash on machines which do not allow unaligned access
(like the sparc), and it will be slow on machines that allow it
(x86).
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-23 18:36 -------
+Created an attachment (id=15374)
+Patch
+
More information about the mono-bugs
mailing list