diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-11-25 10:49:54 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-11-25 10:49:54 +0000 |
commit | 69ba3e6bbae81ce02f6ea66d0686667b7dfb7e8f (patch) | |
tree | 31b3eb32f68dbc46c713a83e90b6744031a23c9c /includes/rts/Constants.h | |
parent | a7d15c389abb953f26a2cefdfde733d76904d19e (diff) | |
download | haskell-69ba3e6bbae81ce02f6ea66d0686667b7dfb7e8f.tar.gz |
add a comment to TSO_MARKED
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r-- | includes/rts/Constants.h | 4 |
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 /* ----------------------------------------------------------------------------- |