Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efc0b35f authored by Hans Boehm's avatar Hans Boehm Committed by Gerrit Code Review
Browse files

Merge "Fix CAS argument type."

parents 703b60ce 1ddaadb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),