diff options
author | rrt <unknown> | 2001-02-06 11:41:04 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-02-06 11:41:04 +0000 |
commit | 839930a03a9237d3a8c78745c6167f666fedada9 (patch) | |
tree | f3d5f6290fa6d401a0bbfffd78b019d56587d39f /ghc/includes/ClosureMacros.h | |
parent | 6ef1f78988f2026f30115138bf8bb52abf70894e (diff) | |
download | haskell-839930a03a9237d3a8c78745c6167f666fedada9.tar.gz |
[project @ 2001-02-06 11:41:04 by rrt]
Corrected comment according to code.
Diffstat (limited to 'ghc/includes/ClosureMacros.h')
-rw-r--r-- | ghc/includes/ClosureMacros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/includes/ClosureMacros.h b/ghc/includes/ClosureMacros.h index 1c9b20e552..0690981adf 100644 --- a/ghc/includes/ClosureMacros.h +++ b/ghc/includes/ClosureMacros.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: ClosureMacros.h,v 1.31 2001/01/26 14:17:31 simonpj Exp $ + * $Id: ClosureMacros.h,v 1.32 2001/02/06 11:41:04 rrt Exp $ * * (c) The GHC Team, 1998-1999 * @@ -126,7 +126,7 @@ static __inline__ StgFunPtr get_entry(const StgInfoTable *itbl) { Static closures are defined as follows: - SET_STATIC_HDR(PrelBase_CZh_closure,PrelBase_CZh_info,costCentreStack,const); + SET_STATIC_HDR(PrelBase_CZh_closure,PrelBase_CZh_info,costCentreStack,closure_class,info_class); The info argument must have type 'StgInfoTable' or 'StgSRTInfoTable', since we use '&' to get its address in the macro. |