Bug 26560

Summary: Fix armv7 JIT build issues.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
The patch oliver: review+

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.