[Webkit-unassigned] [Bug 20990] FreeBSD Alpha, >3000 cast alignment warnings on build, unaligned access errors on run

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 24 01:28:02 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20990





------- Comment #2 from mexas at bris.ac.uk  2008-09-24 01:28 PDT -------
(In reply to comment #1)
> See also: bug 19775.
> 

thanks. Regarding this fix:

+#if PLATFORM(ARM) || PLATFORM(SPARC64)
+            const UChar* aChars = a->characters();
+            const UChar* bChars = b->characters();
+            for (unsigned i = 0; i != aLength; ++i)
+                if (*aChars++ != *bChars++)
+                    return false;
+
+            return true;
+#else

what shall I use for PLATFORM,- FREEBSD or ALPHA ?

thanks


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list