datarace: fixup, properly document BIT48
[model-checker.git] / config.h
index 31ae7a416000a4abfc069034bcb611625ff95a28..ed305311a2b9e2306f46e88743f0cf6cd8da1f24 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,8 +4,9 @@
 
 #ifndef CONFIG_H
 #define CONFIG_H
-/** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses */
-#define BIT48 1
 
+/** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses.
+ * Set to 1 for 48-bit, 0 for 32-bit. */
+#define BIT48 1
 
 #endif