X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FClosureTypes.h;h=c384ded7ed8c6a66f1de4b8ca6b7db83377085a7;hb=a60e671bc05b648bc8291ec74d238ccb4b3c458b;hp=65502a73db0d07d416a532ed594a64db67382fcc;hpb=a5dc9cdae04f5e0c1f2d13a53bb06c52f0a8c8c9;p=ghc-hetmet.git diff --git a/ghc/includes/ClosureTypes.h b/ghc/includes/ClosureTypes.h index 65502a7..c384ded 100644 --- a/ghc/includes/ClosureTypes.h +++ b/ghc/includes/ClosureTypes.h @@ -1,6 +1,8 @@ /* ---------------------------------------------------------------------------- - * $Id: ClosureTypes.h,v 1.8 1999/02/05 15:25:01 simonm Exp $ + * $Id: ClosureTypes.h,v 1.18 2002/12/11 15:36:37 simonmar Exp $ * + * (c) The GHC Team, 1998-1999 + * * Closure Type Constants * * -------------------------------------------------------------------------- */ @@ -38,39 +40,45 @@ #define THUNK_STATIC 24 #define THUNK_SELECTOR 25 #define BCO 26 -#define AP_UPD 27 +#define AP 27 #define PAP 28 -#define IND 29 -#define IND_OLDGEN 30 -#define IND_PERM 31 -#define IND_OLDGEN_PERM 32 -#define IND_STATIC 33 -#define CAF_UNENTERED 34 -#define CAF_ENTERED 35 -#define CAF_BLACKHOLE 36 -#define RET_BCO 37 -#define RET_SMALL 38 -#define RET_VEC_SMALL 39 -#define RET_BIG 40 -#define RET_VEC_BIG 41 -#define RET_DYN 42 -#define UPDATE_FRAME 43 -#define CATCH_FRAME 44 -#define STOP_FRAME 45 -#define SEQ_FRAME 46 -#define BLACKHOLE 47 -#define BLACKHOLE_BQ 48 -#define MVAR 49 -#define ARR_WORDS 50 -#define MUT_ARR_PTRS 51 -#define MUT_ARR_PTRS_FROZEN 52 -#define MUT_VAR 53 -#define WEAK 54 -#define FOREIGN 55 -#define STABLE_NAME 56 -#define TSO 57 -#define BLOCKED_FETCH 58 -#define FETCH_ME 69 -#define EVACUATED 60 - -#endif CLOSURETYPES_H +#define AP_STACK 29 +#define IND 30 +#define IND_OLDGEN 31 +#define IND_PERM 32 +#define IND_OLDGEN_PERM 33 +#define IND_STATIC 34 +#define RET_BCO 35 +#define RET_SMALL 36 +#define RET_VEC_SMALL 37 +#define RET_BIG 38 +#define RET_VEC_BIG 39 +#define RET_DYN 40 +#define RET_FUN 41 +#define UPDATE_FRAME 42 +#define CATCH_FRAME 43 +#define STOP_FRAME 44 +#define CAF_BLACKHOLE 45 +#define BLACKHOLE 46 +#define BLACKHOLE_BQ 47 +#define SE_BLACKHOLE 48 +#define SE_CAF_BLACKHOLE 49 +#define MVAR 50 +#define ARR_WORDS 51 +#define MUT_ARR_PTRS 52 +#define MUT_ARR_PTRS_FROZEN 53 +#define MUT_VAR 54 +#define MUT_CONS 55 +#define WEAK 56 +#define FOREIGN 57 +#define STABLE_NAME 58 +#define TSO 59 +#define BLOCKED_FETCH 60 +#define FETCH_ME 61 +#define FETCH_ME_BQ 62 +#define RBH 63 +#define EVACUATED 64 +#define REMOTE_REF 65 +#define N_CLOSURE_TYPES 66 + +#endif /* CLOSURETYPES_H */