X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgMacros.h;h=8ac041aabd0ce7c38322844b803d1e951edf6492;hb=e5ad9dcc35c7a0bb9b8ebca29940cbf32c6b150a;hp=473a590dc3d00dda507675eae8042ee308e81960;hpb=387a411e5d6478249de6872c283f2df78ef83bf4;p=ghc-hetmet.git diff --git a/ghc/includes/StgMacros.h b/ghc/includes/StgMacros.h index 473a590..8ac041a 100644 --- a/ghc/includes/StgMacros.h +++ b/ghc/includes/StgMacros.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMacros.h,v 1.54 2003/07/28 16:05:36 simonmar Exp $ + * $Id: StgMacros.h,v 1.55 2003/07/31 10:07:02 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -445,6 +445,9 @@ EXTFUN_RTS(stg_gen_block); # else // An object is replaced by a blackhole, so we fill the slop with zeros. // +// This looks like it can't work - we're overwriting the contents of +// the THUNK with slop! Perhaps this never worked??? --SDM +// // Todo: maybe use SET_HDR() and remove LDV_recordCreate()? // # define UPD_BH_UPDATABLE(info) \