Merge "Fix CAS argument type." into lmp-dev

This commit is contained in:
Hans Boehm 2014-09-03 17:18:44 +00:00 committed by Android (Google) Code Review
commit 98e56d926b
1 changed files with 1 additions and 1 deletions

View File

@ -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),