Bug 37200 - [WINCE] Check if ARM or _ARM_ is defined
Summary: [WINCE] Check if ARM or _ARM_ is defined
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 03:44 PDT by Kwang Yul Seo
Modified: 2010-04-08 06:44 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.05 KB, patch)
2010-04-07 03:47 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-04-07 03:44:51 PDT
MSVC defines ARM and _ARM_ for Windows CE ARM. Define WTF_CPU_ARM=1 when either ARM or _ARM_ is defined.
Comment 1 Kwang Yul Seo 2010-04-07 03:47:17 PDT
Created attachment 52727 [details]
Patch
Comment 2 Simon Hausmann 2010-04-08 06:18:09 PDT
Comment on attachment 52727 [details]
Patch

Strange, we don't see this issue when compiling the Qt port for Windows CE. But I don't see any harm with these two extra checks.
Comment 3 WebKit Commit Bot 2010-04-08 06:44:25 PDT
Comment on attachment 52727 [details]
Patch

Clearing flags on attachment: 52727

Committed r57271: <http://trac.webkit.org/changeset/57271>
Comment 4 WebKit Commit Bot 2010-04-08 06:44:30 PDT
All reviewed patches have been landed.  Closing bug.