mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 19:47:51 +00:00
Add __attribute__((packed)) just in case
This commit is contained in:
@@ -52,7 +52,7 @@ struct bhtable_v2 {
|
|||||||
uint32_t offset; /* DTB offset in DTBH */
|
uint32_t offset; /* DTB offset in DTBH */
|
||||||
uint32_t len; /* DTB size */
|
uint32_t len; /* DTB size */
|
||||||
uint32_t space; /* 0x00000020 */
|
uint32_t space; /* 0x00000020 */
|
||||||
};
|
} __attribute__((packed));
|
||||||
|
|
||||||
struct dtb_blob {
|
struct dtb_blob {
|
||||||
void *fdt;
|
void *fdt;
|
||||||
|
Reference in New Issue
Block a user