summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/SwapKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/SwapKit')
-rw-r--r--dev/kernel/SwapKit/DiskSwap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/SwapKit/DiskSwap.h b/dev/kernel/SwapKit/DiskSwap.h
index b7e403aa..1832923f 100644
--- a/dev/kernel/SwapKit/DiskSwap.h
+++ b/dev/kernel/SwapKit/DiskSwap.h
@@ -68,5 +68,5 @@ typedef struct SWAP_DISK_HEADER {
UInt64 fVirtualAddress;
SizeT fBlobSz;
UInt8 fBlob[1];
-} PACKED SWAP_DISK_HEADER;
+} PACKED ALIGN(8) SWAP_DISK_HEADER;
} // namespace Kernel