am 065e9c86
: Merge "Fix mips build for libbinder."
* commit '065e9c86e249beac08783c7e9334d5709e2c9080': Fix mips build for libbinder.
This commit is contained in:
commit
c2ac5897ec
@ -1036,6 +1036,7 @@ status_t Parcel::readDouble(double *pArg) const
|
|||||||
double d;
|
double d;
|
||||||
unsigned long long ll;
|
unsigned long long ll;
|
||||||
} u;
|
} u;
|
||||||
|
u.d = 0;
|
||||||
status_t status;
|
status_t status;
|
||||||
status = readAligned(&u.ll);
|
status = readAligned(&u.ll);
|
||||||
*pArg = u.d;
|
*pArg = u.d;
|
||||||
|
Loading…
Reference in New Issue
Block a user