[Webkit-unassigned] [Bug 29715] [All] RVCT compilation of WebKit fails due to ARM/Thumb defines in Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 01:06:11 PDT 2009


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





--- Comment #11 from Gabor Loki <loki at inf.u-szeged.hu>  2009-09-25 01:06:10 PDT ---
(In reply to comment #8)
...
>     #if defined(thumb2) || defined(__thumb2__)
>     #define WTF_PLATFORM_ARM_THUMB2 1
>     #else
>     #define WTF_PLATFORM_ARM_TRADITIONAL 1
>     #endif
...
> #if PLATFORM(ARM_TRADITIONAL) == PLATFORM(ARM_THUMB2)

Gavin, the binary operator '==' will fail if the complementer value of those
macros are not defined.

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



More information about the webkit-unassigned mailing list