X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FClosureTypes.h;h=b7bebd6c6bf008695c49fc00089f876ae0e57555;hp=3765801a3c55a1888a71aa7d5af72b85cfea4619;hb=c004ec62b41aa2137b5b5e298ca562609b0de92e;hpb=9ff76535edb25ab7434284adddb5c64708ecb547 diff --git a/includes/ClosureTypes.h b/includes/ClosureTypes.h index 3765801..b7bebd6 100644 --- a/includes/ClosureTypes.h +++ b/includes/ClosureTypes.h @@ -66,32 +66,33 @@ #define BLACKHOLE 42 #define SE_BLACKHOLE 43 #define SE_CAF_BLACKHOLE 44 -#define MVAR 45 -#define ARR_WORDS 46 -#define MUT_ARR_PTRS_CLEAN 47 -#define MUT_ARR_PTRS_DIRTY 48 -#define MUT_ARR_PTRS_FROZEN0 49 -#define MUT_ARR_PTRS_FROZEN 50 -#define MUT_VAR_CLEAN 51 -#define MUT_VAR_DIRTY 52 -#define WEAK 53 -#define STABLE_NAME 54 -#define TSO 55 -#define BLOCKED_FETCH 56 -#define FETCH_ME 57 -#define FETCH_ME_BQ 58 -#define RBH 59 -#define EVACUATED 60 -#define REMOTE_REF 61 -#define TVAR_WATCH_QUEUE 62 -#define INVARIANT_CHECK_QUEUE 63 -#define ATOMIC_INVARIANT 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 MVAR_CLEAN 45 +#define MVAR_DIRTY 46 +#define ARR_WORDS 47 +#define MUT_ARR_PTRS_CLEAN 48 +#define MUT_ARR_PTRS_DIRTY 49 +#define MUT_ARR_PTRS_FROZEN0 50 +#define MUT_ARR_PTRS_FROZEN 51 +#define MUT_VAR_CLEAN 52 +#define MUT_VAR_DIRTY 53 +#define WEAK 54 +#define STABLE_NAME 55 +#define TSO 56 +#define BLOCKED_FETCH 57 +#define FETCH_ME 58 +#define FETCH_ME_BQ 59 +#define RBH 60 +#define EVACUATED 61 +#define REMOTE_REF 62 +#define TVAR_WATCH_QUEUE 63 +#define INVARIANT_CHECK_QUEUE 64 +#define ATOMIC_INVARIANT 65 +#define TVAR 66 +#define TREC_CHUNK 67 +#define TREC_HEADER 68 +#define ATOMICALLY_FRAME 69 +#define CATCH_RETRY_FRAME 70 +#define CATCH_STM_FRAME 71 +#define N_CLOSURE_TYPES 72 #endif /* CLOSURETYPES_H */