X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FClosureTypes.h;h=99bd3060ff0d3926634f379c7736d3c8ea8cc6d0;hb=39a924f10cb4fed95d8fc0caf209876a693ab1f9;hp=ff4dec121580b4750a0da941c82555300ee3dc22;hpb=9cef40bd4dd2536c7a370a1a9b78461c152805cc;p=ghc-hetmet.git diff --git a/includes/ClosureTypes.h b/includes/ClosureTypes.h index ff4dec1..99bd306 100644 --- a/includes/ClosureTypes.h +++ b/includes/ClosureTypes.h @@ -56,44 +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_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 +#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 */