diff options
-rw-r--r-- | gralloc_drm_handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc_drm_handle.h b/gralloc_drm_handle.h index ee96fbf..8e0ea95 100644 --- a/gralloc_drm_handle.h +++ b/gralloc_drm_handle.h @@ -55,7 +55,7 @@ struct gralloc_drm_handle_t { union { struct gralloc_drm_bo_t *data; /* pointer to struct gralloc_drm_bo_t */ int64_t __padding; - }; + } __attribute__((aligned(8))); }; #define GRALLOC_DRM_HANDLE_MAGIC 0x12345678 |