am efc0b35f
: Merge "Fix CAS argument type."
* commit 'efc0b35fbd256bb3e225f4a1b953d0895ee3e99a': Fix CAS argument type.
This commit is contained in:
commit
02a1c2cb37
@ -144,7 +144,7 @@ void BBinder::attachObject(
|
||||
|
||||
if (!e) {
|
||||
e = new Extras;
|
||||
uintptr_t* expected = 0;
|
||||
uintptr_t expected = 0;
|
||||
if (!atomic_compare_exchange_strong_explicit(
|
||||
&mExtras, &expected,
|
||||
reinterpret_cast<uintptr_t>(e),
|
||||
|
Loading…
Reference in New Issue
Block a user