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

Commit c2ac5897 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 065e9c86: Merge "Fix mips build for libbinder."

* commit '065e9c86':
  Fix mips build for libbinder.
parents f0a24759 065e9c86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,7 @@ status_t Parcel::readDouble(double *pArg) const
      double d;
      unsigned long long ll;
    } u;
    u.d = 0;
    status_t status;
    status = readAligned(&u.ll);
    *pArg = u.d;