mirror of
https://github.com/isfshax/isfshax.git
synced 2024-11-22 11:29:19 +01:00
isfshax: ensure correct superblock alignment
This commit is contained in:
parent
99cded2762
commit
45d496db07
@ -38,7 +38,7 @@ typedef struct isfshax_super
|
|||||||
u16 fat[CLUSTER_COUNT];
|
u16 fat[CLUSTER_COUNT];
|
||||||
isfs_fst fst[6143];
|
isfs_fst fst[6143];
|
||||||
isfshax_info isfshax;
|
isfshax_info isfshax;
|
||||||
} PACKED ALIGNED(64) isfshax_super;
|
} PACKED ALIGNED(NAND_DATA_ALIGN) isfshax_super;
|
||||||
|
|
||||||
_Static_assert(sizeof(isfshax_super) == ISFSSUPER_SIZE, "isfshax_super must be 0x40000");
|
_Static_assert(sizeof(isfshax_super) == ISFSSUPER_SIZE, "isfshax_super must be 0x40000");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user