Bug 123826

Summary: Build broken for architecture with 4 argument registers since r158681
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, mark.lam, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Build fix none

Description Julien Brianceau 2013-11-05 13:29:06 PST
Changeset http://trac.webkit.org/changeset/158681 breaks the build of architectures with 4 argument registers: sh4, mips and arm.
Comment 1 Julien Brianceau 2013-11-05 13:37:10 PST
Created attachment 216072 [details]
Build fix

Move function using GPRInfo::argumentGPR4 under #if NUMBER_OF_ARGUMENT_REGISTERS >= 5 condition
Comment 2 WebKit Commit Bot 2013-11-05 14:28:18 PST
Comment on attachment 216072 [details]
Build fix

Clearing flags on attachment: 216072

Committed r158692: <http://trac.webkit.org/changeset/158692>
Comment 3 WebKit Commit Bot 2013-11-05 14:28:20 PST
All reviewed patches have been landed.  Closing bug.