am 02a1c2cb: am efc0b35f: Merge "Fix CAS argument type."

* commit '02a1c2cb3745179fc0e92515ef5905fe1f8fb17e':
  Fix CAS argument type.
This commit is contained in:
Hans Boehm 2014-08-19 22:36:28 +00:00 committed by Android Git Automerger
commit b5a2fe50be

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