X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FClosureTypes.h;h=b7bebd6c6bf008695c49fc00089f876ae0e57555;hp=ff4dec121580b4750a0da941c82555300ee3dc22;hb=c004ec62b41aa2137b5b5e298ca562609b0de92e;hpb=9cef40bd4dd2536c7a370a1a9b78461c152805cc diff --git a/includes/ClosureTypes.h b/includes/ClosureTypes.h index ff4dec1..b7bebd6 100644 --- a/includes/ClosureTypes.h +++ b/includes/ClosureTypes.h @@ -56,44 +56,43 @@ #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 SE_BLACKHOLE 43 +#define SE_CAF_BLACKHOLE 44 +#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 */