Bug 124491

Summary: [MIPS] Build fails since r159395.
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, palfia
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. none

Balazs Kilvady
Reported 2013-11-18 03:59:17 PST
+++ This bug was initially created as a clone of Bug #121439 +++ /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&)'
Attachments
proposed patch. (2.19 KB, patch)
2013-11-18 07:55 PST, Balazs Kilvady
no flags
Balazs Kilvady
Comment 1 2013-11-18 04:01:06 PST
Build fails on MIPS since http://trac.webkit.org/changeset/159395 because the following function is missing from MacroAssembler: Jump branch8(RelationalCondition cond, AbsoluteAddress left, TrustedImm32 right)
Balazs Kilvady
Comment 2 2013-11-18 07:55:21 PST
Created attachment 217198 [details] proposed patch.
WebKit Commit Bot
Comment 3 2013-11-18 08:55:46 PST
Comment on attachment 217198 [details] proposed patch. Clearing flags on attachment: 217198 Committed r159425: <http://trac.webkit.org/changeset/159425>
WebKit Commit Bot
Comment 4 2013-11-18 08:55:48 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.