Bug 67961 - Broken ARM build - missing semicolon in JavaScriptCore/assembler/MacroAssemblerARM.h
Summary: Broken ARM build - missing semicolon in JavaScriptCore/assembler/MacroAssembl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-12 15:34 PDT by Michael Saboff
Modified: 2011-09-12 15:42 PDT (History)
0 users

See Also:


Attachments
Proposed patch (1.27 KB, patch)
2011-09-12 15:39 PDT, Michael Saboff
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>