diff options
Diffstat (limited to 'tooling')
| -rw-r--r-- | tooling/hefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/hefs.h b/tooling/hefs.h index 52c951ef..99d04768 100644 --- a/tooling/hefs.h +++ b/tooling/hefs.h @@ -83,7 +83,7 @@ inline constexpr ATime kHeFSTimeInvalid = 0x0000000000000000; inline constexpr ATime kHeFSTimeMax = 0xFFFFFFFFFFFFFFFF - 1; // Boot Node -struct alignas(8) BootNode { +struct __attribute__((packed)) BootNode { char magic[kHeFSMagicLen]{}; char8_t volumeName[kHeFSPartNameLen]{}; std::uint32_t version{}; |
