X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FClosureTypes.h;h=99bd3060ff0d3926634f379c7736d3c8ea8cc6d0;hb=3710a4ef1ca665fe4ed705a6b0f4400d680c7b54;hp=ae2aab3407c4941f903f93d2ca3858e19d13fd1c;hpb=a0be7e7ccd602efd9b7d35b3e0747a2c4f155ce9;p=ghc-hetmet.git diff --git a/includes/ClosureTypes.h b/includes/ClosureTypes.h index ae2aab3..99bd306 100644 --- a/includes/ClosureTypes.h +++ b/includes/ClosureTypes.h @@ -56,42 +56,41 @@ #define IND_STATIC 32 #define RET_BCO 33 #define RET_SMALL 34 -#define RET_VEC_SMALL 35 -#define RET_BIG 36 -#define RET_VEC_BIG 37 -#define RET_DYN 38 -#define RET_FUN 39 -#define UPDATE_FRAME 40 -#define CATCH_FRAME 41 -#define STOP_FRAME 42 -#define CAF_BLACKHOLE 43 -#define BLACKHOLE 44 -#define SE_BLACKHOLE 45 -#define SE_CAF_BLACKHOLE 46 -#define MVAR 47 -#define ARR_WORDS 48 -#define MUT_ARR_PTRS_CLEAN 49 -#define MUT_ARR_PTRS_DIRTY 50 -#define MUT_ARR_PTRS_FROZEN0 51 -#define MUT_ARR_PTRS_FROZEN 52 -#define MUT_VAR_CLEAN 53 -#define MUT_VAR_DIRTY 54 -#define WEAK 55 -#define STABLE_NAME 56 -#define TSO 57 -#define BLOCKED_FETCH 58 -#define FETCH_ME 59 -#define FETCH_ME_BQ 60 -#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 RET_BIG 35 +#define RET_DYN 36 +#define RET_FUN 37 +#define UPDATE_FRAME 38 +#define CATCH_FRAME 39 +#define STOP_FRAME 40 +#define CAF_BLACKHOLE 41 +#define BLACKHOLE 42 +#define MVAR_CLEAN 43 +#define MVAR_DIRTY 44 +#define ARR_WORDS 45 +#define MUT_ARR_PTRS_CLEAN 46 +#define MUT_ARR_PTRS_DIRTY 47 +#define MUT_ARR_PTRS_FROZEN0 48 +#define MUT_ARR_PTRS_FROZEN 49 +#define MUT_VAR_CLEAN 50 +#define MUT_VAR_DIRTY 51 +#define WEAK 52 +#define STABLE_NAME 53 +#define TSO 54 +#define BLOCKED_FETCH 55 +#define FETCH_ME 56 +#define FETCH_ME_BQ 57 +#define RBH 58 +#define REMOTE_REF 59 +#define TVAR_WATCH_QUEUE 60 +#define INVARIANT_CHECK_QUEUE 61 +#define ATOMIC_INVARIANT 62 +#define TVAR 63 +#define TREC_CHUNK 64 +#define TREC_HEADER 65 +#define ATOMICALLY_FRAME 66 +#define CATCH_RETRY_FRAME 67 +#define CATCH_STM_FRAME 68 +#define WHITEHOLE 69 +#define N_CLOSURE_TYPES 70 #endif /* CLOSURETYPES_H */