commit | b342abb6902a698963bb9d2108000da895845985 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Thu Mar 06 18:24:48 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 06 18:24:48 2014 +0000 |
tree | 53783739d7e579a778680e7b551c57f5925d05d7 | |
parent | b96f1083b8d10f3e33b64f0da943dedfdb25b557 [diff] | |
parent | f5811ba2dfb9bc9abf754b2e87b1568ef5ee3356 [diff] |
Merge "gralloc: make private_handle_t layout consistent on 32/64-bit"
diff --git a/modules/gralloc/gralloc_priv.h b/modules/gralloc/gralloc_priv.h index 22a5715..2cd1007 100644 --- a/modules/gralloc/gralloc_priv.h +++ b/modules/gralloc/gralloc_priv.h
@@ -75,7 +75,7 @@ int offset; // FIXME: the attributes below should be out-of-line - uintptr_t base; + uint64_t base __attribute__((aligned(8))); int pid; #ifdef __cplusplus