Merge "gralloc: make private_handle_t layout consistent on 32/64-bit"
This commit is contained in:
@@ -75,7 +75,7 @@ struct private_handle_t {
|
|||||||
int offset;
|
int offset;
|
||||||
|
|
||||||
// FIXME: the attributes below should be out-of-line
|
// FIXME: the attributes below should be out-of-line
|
||||||
uintptr_t base;
|
uint64_t base __attribute__((aligned(8)));
|
||||||
int pid;
|
int pid;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user