X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FConstants.h;h=66254f4114e581e960b7371526963a66a790de9d;hb=366614a9a33b30c2273d2c63b3435259f729314b;hp=e0949cbd1f8fae6857e4419a559ccfddc8838d56;hpb=066f10289f9711a0f6d0669aea97e134f1be2826;p=ghc-hetmet.git diff --git a/includes/Constants.h b/includes/Constants.h index e0949cb..66254f4 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -260,6 +260,11 @@ #define TSO_INTERRUPTIBLE 8 #define TSO_STOPPED_ON_BREAKPOINT 16 +/* + * TSO_LINK_DIRTY is set when a TSO's link field is modified + */ +#define TSO_LINK_DIRTY 32 + /* ----------------------------------------------------------------------------- RET_DYN stack frames -------------------------------------------------------------------------- */