Bug 116184

Summary: Fix for broken 32-bit build in SpeculativeJIT::checkArray()
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: mhahnenberg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

Mark Lam
Reported 2013-05-15 13:39:12 PDT
SpeculativeJIT::checkArray() is using JSValueRegs(GPRReg) which is only available on 64-bit builds. Instead, it should be using JSValueSource::unboxedCell(GPRReg).
Attachments
the patch. (1.44 KB, patch)
2013-05-15 13:41 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2013-05-15 13:41:35 PDT
Created attachment 201877 [details] the patch.
Mark Lam
Comment 2 2013-05-15 13:44:04 PDT
Rubber stamped by Mark Hahnenberg. Landed in r150144: <http://trac.webkit.org/changeset/150144>.
Note You need to log in before you can comment on or make changes to this bug.