commit | c2ac5897eccc681c8642095d4f8af13115de3ffb | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Wed Jun 04 17:28:38 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Jun 04 17:28:38 2014 +0000 |
tree | 03639ed07835c627c646a5fda0c85318689a7bed | |
parent | f0a2475905786d5457e7af838ac714acbfdafa4f [diff] | |
parent | 065e9c86e249beac08783c7e9334d5709e2c9080 [diff] |
am 065e9c86: Merge "Fix mips build for libbinder." * commit '065e9c86e249beac08783c7e9334d5709e2c9080': Fix mips build for libbinder.
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 2e98eec..729cf21 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp
@@ -1036,6 +1036,7 @@ double d; unsigned long long ll; } u; + u.d = 0; status_t status; status = readAligned(&u.ll); *pArg = u.d;