Bug 67965

Summary: Broken Build for ARM - lshift32() needs TrustedImm32 arg
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch andersca: review+

Michael Saboff
Reported 2011-09-12 16:03:06 PDT
The code lshift32(16, ARMRegisters::S1); should be lshift32(TrustedImm32(16), ARMRegisters::S1);
Attachments
Proposed patch (1.33 KB, patch)
2011-09-12 16:08 PDT, Michael Saboff
andersca: review+
Michael Saboff
Comment 1 2011-09-12 16:08:47 PDT
Created attachment 107101 [details] Proposed patch
Michael Saboff
Comment 2 2011-09-12 16:13:37 PDT
Note You need to log in before you can comment on or make changes to this bug.