Bug 121439

Summary: Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.
Product: WebKit Reporter: Balazs Kilvady <kilvadyb>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, fu, gergely, ggaren, jbriance, msaboff, oliver, palfia
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. none

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.