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 {