summaryrefslogtreecommitdiff
path: root/includes/rts/Constants.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-11-25 10:49:54 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-11-25 10:49:54 +0000
commit69ba3e6bbae81ce02f6ea66d0686667b7dfb7e8f (patch)
tree31b3eb32f68dbc46c713a83e90b6744031a23c9c /includes/rts/Constants.h
parenta7d15c389abb953f26a2cefdfde733d76904d19e (diff)
downloadhaskell-69ba3e6bbae81ce02f6ea66d0686667b7dfb7e8f.tar.gz
add a comment to TSO_MARKED
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r--includes/rts/Constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 071d094782..82f3bdd74d 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -257,6 +257,10 @@
*/
#define TSO_LINK_DIRTY 32
+/*
+ * Used by the sanity checker to check whether TSOs are on the correct
+ * mutable list.
+ */
#define TSO_MARKED 64
/* -----------------------------------------------------------------------------