Bug 26560 - Fix armv7 JIT build issues.
Summary: Fix armv7 JIT build issues.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 16:00 PDT by Gavin Barraclough
Modified: 2009-06-20 16:32 PDT (History)
1 user (show)

See Also:


Attachments
The patch (7.56 KB, patch)
2009-06-19 16:00 PDT, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2009-06-19 16:00:17 PDT
Unfortunate the arm compiler does not like the use of offsetof on JITStackFrame (since it now contains non POD types), and the FIELD_OFFSET macro does not appear constantish enough for it to be happy with its use in COMPILE_ASSERT macros.
Comment 1 Gavin Barraclough 2009-06-19 16:00:57 PDT
Created attachment 31568 [details]
The patch
Comment 2 Gavin Barraclough 2009-06-20 16:32:08 PDT
Fixed in r44884.