summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/smbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h
index a98023b375..0f1386a963 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -825,7 +825,7 @@ enum {
SMBIOS_EVENTLOG_STATUS_FULL = 2, /* Bit 1 */
};
-#define SMBIOS_USE_EXTENDED_MAX_CAPACITY (1 << 31)
+#define SMBIOS_USE_EXTENDED_MAX_CAPACITY (1ULL << 31)
struct smbios_type16 {
struct smbios_header header;