X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FClosureTypes.h;h=ff4dec121580b4750a0da941c82555300ee3dc22;hb=7cb0ffcb5a7e6f6ae4cce2adf61b3a3e78bbd78c;hp=ae2aab3407c4941f903f93d2ca3858e19d13fd1c;hpb=a0be7e7ccd602efd9b7d35b3e0747a2c4f155ce9;p=ghc-hetmet.git diff --git a/includes/ClosureTypes.h b/includes/ClosureTypes.h index ae2aab3..ff4dec1 100644 --- a/includes/ClosureTypes.h +++ b/includes/ClosureTypes.h @@ -85,13 +85,15 @@ #define RBH 61 #define EVACUATED 62 #define REMOTE_REF 63 -#define TVAR_WAIT_QUEUE 64 -#define TVAR 65 -#define TREC_CHUNK 66 -#define TREC_HEADER 67 -#define ATOMICALLY_FRAME 68 -#define CATCH_RETRY_FRAME 69 -#define CATCH_STM_FRAME 70 -#define N_CLOSURE_TYPES 71 +#define TVAR_WATCH_QUEUE 64 +#define INVARIANT_CHECK_QUEUE 65 +#define ATOMIC_INVARIANT 66 +#define TVAR 67 +#define TREC_CHUNK 68 +#define TREC_HEADER 69 +#define ATOMICALLY_FRAME 70 +#define CATCH_RETRY_FRAME 71 +#define CATCH_STM_FRAME 72 +#define N_CLOSURE_TYPES 73 #endif /* CLOSURETYPES_H */