add a comment to TSO_MARKED
authorSimon Marlow <marlowsd@gmail.com>
Wed, 25 Nov 2009 10:49:54 +0000 (10:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 25 Nov 2009 10:49:54 +0000 (10:49 +0000)
includes/rts/Constants.h

index 071d094..82f3bdd 100644 (file)
  */
 #define TSO_LINK_DIRTY 32
 
+/*
+ * Used by the sanity checker to check whether TSOs are on the correct
+ * mutable list.
+ */
 #define TSO_MARKED 64
 
 /* -----------------------------------------------------------------------------