From: mthomas Date: Tue, 26 Nov 2002 07:02:04 +0000 (+0000) Subject: [project @ 2002-11-26 07:02:04 by mthomas] X-Git-Tag: Approx_11550_changesets_converted~1400 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a551f1a135addb8e11b5c81bd3f25a3990483383 [project @ 2002-11-26 07:02:04 by mthomas] mblockIsHeap has been removed so update mingw32 branch - SIMON CHECK PLS! --- diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index c87dd6a..9574407 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.c,v 1.40 2002/11/22 07:43:30 matthewc Exp $ + * $Id: MBlock.c,v 1.41 2002/11/26 07:02:04 mthomas Exp $ * * (c) The GHC Team 1998-1999 * @@ -312,7 +312,7 @@ getMBlocks(nat n) // fill in the table for (i = 0; i < n; i++) { - mblockIsHeap( ret + i * MBLOCK_SIZE ); + MARK_HEAP_ALLOCED ( ret + i * MBLOCK_SIZE ); } return ret;