Bug 129826 - [arm] Missing setupArgumentsWithExecState implementation
Summary: [arm] Missing setupArgumentsWithExecState implementation
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: 2014-03-06 14:09 PST by Julien Brianceau
Modified: 2014-03-06 14:49 PST (History)
4 users (show)

See Also:


Attachments
Add missing setupArgumentsWithExecState implementation. (1.45 KB, patch)
2014-03-06 14:12 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 2014-03-06 14:09:49 PST
JSC::CCallHelpers::setupArgumentsWithExecState(TrustedImmPtr, GPRReg&, TrustedImm32, GPRReg&, GPRReg&) prototype is missing in CCallHelpers.h

[  5%] /home/webkitbuildbot/slaves/efl-ARMv7-traditional-official-build/buildslave/efl-linux-armv7-traditional-release/build/Source/JavaScriptCore/jit/Repatch.cpp: In function 'void JSC::emitCustomSetterStub(JSC::ExecState*, const JSC::PutPropertySlot&, JSC::StructureStubInfo&, JSC::Structure*, JSC::StructureChain*, JSC::CodeLocationLabel, WTF::RefPtr<JSC::JITStubRoutine>&)':
/home/webkitbuildbot/slaves/efl-ARMv7-traditional-official-build/buildslave/efl-linux-armv7-traditional-release/build/Source/JavaScriptCore/jit/Repatch.cpp:1162:163: error: no matching function for call to 'JSC::CCallHelpers::setupArgumentsWithExecState(JSC::AbstractMacroAssembler<JSC::ARMAssembler>::TrustedImmPtr, JSC::GPRReg&, JSC::AbstractMacroAssembler<JSC::ARMAssembler>::TrustedImm32, JSC::GPRReg&, JSC::GPRReg&)'
Comment 1 Julien Brianceau 2014-03-06 14:12:17 PST
Created attachment 226038 [details]
Add missing setupArgumentsWithExecState implementation.
Comment 3 Julien Brianceau 2014-03-06 14:49:15 PST
Fixed in http://trac.webkit.org/changeset/165217