Bug 67961

Summary: Broken ARM build - missing semicolon in JavaScriptCore/assembler/MacroAssemblerARM.h
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 rniwa: review+

Michael Saboff
Reported 2011-09-12 15:34:37 PDT
In Source/JavaScriptCore/assembler/MacroAssemblerARM.h, in the newly added method branch16() from <http://trac.webkit.org/changeset/94981> the call to lshift32(16, ARMRegisters::S1) is not terminated with a semicolon.
Attachments
Proposed patch (1.27 KB, patch)
2011-09-12 15:39 PDT, Michael Saboff
rniwa: review+
Michael Saboff
Comment 1 2011-09-12 15:39:18 PDT
Created attachment 107092 [details] Proposed patch
Michael Saboff
Comment 2 2011-09-12 15:42:59 PDT
Note You need to log in before you can comment on or make changes to this bug.