WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123969
Build is broken for architectures with 4 argument registers since
r158820
https://bugs.webkit.org/show_bug.cgi?id=123969
Summary
Build is broken for architectures with 4 argument registers since r158820
Julien Brianceau
Reported
2013-11-07 00:34:31 PST
In jit/CCallHelpers: - void setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) is missing - function using GPRInfo::argumentGPR4 must be under #if NUMBER_OF_ARGUMENT_REGISTERS >= 5 condition
Attachments
Build fix
(2.58 KB, patch)
2013-11-07 00:40 PST
,
Julien Brianceau
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Julien Brianceau
Comment 1
2013-11-07 00:40:48 PST
Created
attachment 216269
[details]
Build fix - add void setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) for architectures having NUMBER_OF_ARGUMENT_REGISTERS == 4 - move function using GPRInfo::argumentGPR4 under #if NUMBER_OF_ARGUMENT_REGISTERS >= 5 condition
WebKit Commit Bot
Comment 2
2013-11-07 02:00:42 PST
Comment on
attachment 216269
[details]
Build fix Clearing flags on attachment: 216269 Committed
r158830
: <
http://trac.webkit.org/changeset/158830
>
WebKit Commit Bot
Comment 3
2013-11-07 02:00:44 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug