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+

Description Michael Saboff 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.
Comment 1 Michael Saboff 2011-09-12 15:39:18 PDT
Created attachment 107092 [details]
Proposed patch
Comment 2 Michael Saboff 2011-09-12 15:42:59 PDT
Committed r94985: <http://trac.webkit.org/changeset/94985>