From bbadf840eff5bec912471a3b80cff6bbd0b2aae2 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 4 Jan 2018 22:12:31 +0100 Subject: [PATCH] struct fb shouldn't be packed --- arm11/source/types.h | 2 +- chainloader/source/types.h | 2 +- source/screen.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arm11/source/types.h b/arm11/source/types.h index 7b56df1..d9042cc 100644 --- a/arm11/source/types.h +++ b/arm11/source/types.h @@ -50,7 +50,7 @@ struct fb { u8 *top_left; u8 *top_right; u8 *bottom; -} __attribute__((packed)); +}; typedef enum { diff --git a/chainloader/source/types.h b/chainloader/source/types.h index c4565be..e168623 100644 --- a/chainloader/source/types.h +++ b/chainloader/source/types.h @@ -42,4 +42,4 @@ struct fb { u8 *top_left; u8 *top_right; u8 *bottom; -} __attribute__((packed)); +}; diff --git a/source/screen.h b/source/screen.h index 3905739..3dc18eb 100644 --- a/source/screen.h +++ b/source/screen.h @@ -49,7 +49,7 @@ struct fb { u8 *top_left; u8 *top_right; u8 *bottom; -} __attribute__((packed)); +}; typedef enum {