Merge "Fix mips build for libbinder."

This commit is contained in:
Narayan Kamath 2014-06-04 14:32:59 +00:00 committed by Android (Google) Code Review
commit 87947be618
1 changed files with 1 additions and 0 deletions

View File

@ -1062,6 +1062,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;