replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / includes / Constants.h
index 66254f4..967a852 100644 (file)
 
 /*
  * Constants for the why_blocked field of a TSO
+ * NB. keep these in sync with GHC/Conc.lhs: threadStatus
  */
 #define NotBlocked          0
 #define BlockedOnMVar       1
  */
 #define TSO_LINK_DIRTY 32
 
+#define TSO_MARKED 64
+
 /* -----------------------------------------------------------------------------
    RET_DYN stack frames
    -------------------------------------------------------------------------- */