Bug 121439 - Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.
Summary: Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.
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-09-16 09:46 PDT by Balazs Kilvady
Modified: 2013-09-16 10:55 PDT (History)
9 users (show)

See Also:


Attachments
proposed patch. (1.49 KB, patch)
2013-09-16 09:55 PDT, Balazs Kilvady
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kilvady 2013-09-16 09:46:20 PDT
/data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:1458:74: error: no matching function for call to 'JSC::DFG::JITCompiler::setupArgumentsWithExecState(JSC::DFG::SpeculativeJIT::TrustedImm32, JSC::DFG::FPRReg&, JSC::DFG::GPRReg&)'
/data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:1564:80: error: no matching function for call to 'JSC::DFG::JITCompiler::setupArgumentsWithExecState(JSC::DFG::GPRReg&, JSC::DFG::GPRReg&, JSC::DFG::SpeculativeJIT::TrustedImm32, JSC::DFG::FPRReg&)'
Comment 1 Balazs Kilvady 2013-09-16 09:55:06 PDT
Created attachment 211806 [details]
proposed patch.
Comment 2 Geoffrey Garen 2013-09-16 10:31:41 PDT
Comment on attachment 211806 [details]
proposed patch.

r=me
Comment 3 WebKit Commit Bot 2013-09-16 10:55:13 PDT
Comment on attachment 211806 [details]
proposed patch.

Clearing flags on attachment: 211806

Committed r155884: <http://trac.webkit.org/changeset/155884>
Comment 4 WebKit Commit Bot 2013-09-16 10:55:15 PDT
All reviewed patches have been landed.  Closing bug.