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

Commit ab864345 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Track AArch64 changes from AOSP.

mPtr is now long, not int.

Change-Id: I75297cbef3571f8f0cc02a35a06c1bc1f4fbe416
parent 103d34d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public final class MessageQueue {
        // Return here if the message loop has already quit and been disposed.
        // This can happen if the application tries to restart a looper after quit
        // which is not supported.
        final int ptr = mPtr;
        final long ptr = mPtr;
        if (ptr == 0) {
            return null;
        }