Bug 40011

Summary: Build fix for Thumb-2 JIT
Product: WebKit Reporter: Gabor Loki <loki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Blocker CC: barraclough, ddkilzer, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
Build fix for Thumb-2 JIT barraclough: review+

Gabor Loki
Reported 2010-06-01 11:23:45 PDT
Thumb-2 build fix: The offset parameter of ldrh should be encoded as an imm12 immediate constant in load16. If it is not fit in the instruction a temporary register has to be used.
Attachments
Build fix for Thumb-2 JIT (1.87 KB, patch)
2010-06-01 11:24 PDT, Gabor Loki
barraclough: review+
Gabor Loki
Comment 1 2010-06-01 11:24:34 PDT
Created attachment 57571 [details] Build fix for Thumb-2 JIT
Gabor Loki
Comment 2 2010-06-02 13:57:00 PDT
Committed revision 60577.
Note You need to log in before you can comment on or make changes to this bug.