aboutsummaryrefslogtreecommitdiff
path: root/src/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.h')
-rw-r--r--src/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.h b/src/boot.h
index 56ff219..8d62bdc 100644
--- a/src/boot.h
+++ b/src/boot.h
@@ -17,7 +17,7 @@ typedef struct {
char module_cmdline[64];
} boot_info_t;
-_Static_assert((1024 * 32 * sizeof(unsigned) * 8) == (1024 * 1024));
+_Static_assert((1024 * 32 * sizeof(unsigned) * 8) == (1024 * 1024), "bitmap size check");
#ifdef __cplusplus
}