Bug 131935

Summary: REGRESSION(r167591): ARM64 and ARM traditional builds broken
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mhahnenberg: review+

Description Michael Saboff 2014-04-21 10:35:50 PDT
Changeset r167591 made a call to store8(MacroAssembler::TrustedImm32, MacroAssembler::Address) that isn't implemented on ARM64 and ARM traditional platforms.

Those functions need to be added.
Comment 1 Michael Saboff 2014-04-21 10:39:24 PDT
Created attachment 229806 [details]
Patch
Comment 2 Mark Hahnenberg 2014-04-21 10:41:57 PDT
Comment on attachment 229806 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-04-21 11:11:14 PDT
Committed r167599: <http://trac.webkit.org/changeset/167599>