diff options
-rw-r--r-- | modules/gralloc/gralloc_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ struct private_handle_t { int offset; // FIXME: the attributes below should be out-of-line - uintptr_t base; + uint64_t base __attribute__((aligned(8))); int pid; #ifdef __cplusplus |