Bug 145972 - Fix asm constraints for ARM64 atomics
Summary: Fix asm constraints for ARM64 atomics
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108645
  Show dependency treegraph
 
Reported: 2015-06-15 06:14 PDT by Andreas Schwab
Modified: 2016-04-04 03:43 PDT (History)
4 users (show)

See Also:


Attachments
Fix asm constraints for ARM64 atomics (2.38 KB, patch)
2015-06-15 06:14 PDT, Andreas Schwab
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwab 2015-06-15 06:14:20 PDT
Created attachment 254873 [details]
Fix asm constraints for ARM64 atomics

The correct constraint for the ldxr/stxr memory operand is "Q".
Comment 1 Csaba Osztrogonác 2016-04-04 03:38:01 PDT
This code was removed from trunk by https://trac.webkit.org/changeset/190103
Comment 2 Andreas Schwab 2016-04-04 03:43:50 PDT
So it's fixed, not invalid.