X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.c;fp=ghc%2Frts%2FMBlock.c;h=93478a295e3b55bc450acdb5b5c19b6b97d0d6ac;hb=0bffc410964e1688ad80d277d53400659e697ab5;hp=95744077b413e555952f5b26768d522ef43e0e25;hpb=a63622cce9c14fe985cb870cf95984fa4e61e508;p=ghc-hetmet.git diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index 9574407..93478a2 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.c,v 1.41 2002/11/26 07:02:04 mthomas Exp $ + * $Id: MBlock.c,v 1.42 2002/12/11 15:36:42 simonmar Exp $ * * (c) The GHC Team 1998-1999 * @@ -188,10 +188,10 @@ getMBlocks(nat n) if (((W_)ret & MBLOCK_MASK) != 0) { // misaligned block! -#ifdef DEBUG +#if 0 // defined(DEBUG) belch("warning: getMBlock: misaligned block %p returned when allocating %d megablock(s) at %p", ret, n, next_request); #endif - + // unmap this block... if (munmap(ret, size) == -1) { barf("getMBlock: munmap failed");