Bug 131935 - REGRESSION(r167591): ARM64 and ARM traditional builds broken
Summary: REGRESSION(r167591): ARM64 and ARM traditional builds broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-21 10:35 PDT by Michael Saboff
Modified: 2014-04-21 11:11 PDT (History)
0 users

See Also:


Attachments
Patch (3.97 KB, patch)
2014-04-21 10:39 PDT, Michael Saboff
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>