struct fb shouldn't be packed

This commit is contained in:
TuxSH 2018-01-04 22:12:31 +01:00
parent acc50aae46
commit bbadf840ef
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ struct fb {
u8 *top_left; u8 *top_left;
u8 *top_right; u8 *top_right;
u8 *bottom; u8 *bottom;
} __attribute__((packed)); };
typedef enum typedef enum
{ {

View File

@ -42,4 +42,4 @@ struct fb {
u8 *top_left; u8 *top_left;
u8 *top_right; u8 *top_right;
u8 *bottom; u8 *bottom;
} __attribute__((packed)); };

View File

@ -49,7 +49,7 @@ struct fb {
u8 *top_left; u8 *top_left;
u8 *top_right; u8 *top_right;
u8 *bottom; u8 *bottom;
} __attribute__((packed)); };
typedef enum typedef enum
{ {