Bug 123826 - Build broken for architecture with 4 argument registers since r158681
Summary: Build broken for architecture with 4 argument registers since r158681
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 13:29 PST by Julien Brianceau
Modified: 2013-11-05 14:28 PST (History)
4 users (show)

See Also:


Attachments
Build fix (2.01 KB, patch)
2013-11-05 13:37 PST, Julien Brianceau
no flags Details | Formatted Diff | Diff

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