RESOLVED FIXED129826
[arm] Missing setupArgumentsWithExecState implementation
https://bugs.webkit.org/show_bug.cgi?id=129826
Summary [arm] Missing setupArgumentsWithExecState implementation
Julien Brianceau
Reported 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&)'
Attachments
Add missing setupArgumentsWithExecState implementation. (1.45 KB, patch)
2014-03-06 14:12 PST, Julien Brianceau
no flags
Julien Brianceau
Comment 1 2014-03-06 14:12:17 PST
Created attachment 226038 [details] Add missing setupArgumentsWithExecState implementation.
Julien Brianceau
Comment 3 2014-03-06 14:49:15 PST
Note You need to log in before you can comment on or make changes to this bug.