From: sof Date: Fri, 28 Mar 2003 15:13:52 +0000 (+0000) Subject: [project @ 2003-03-28 15:13:52 by sof] X-Git-Tag: Approx_11550_changesets_converted~1015 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34beae430c25634b06ee3652e64c0e5f02a3ff8e;p=ghc-hetmet.git [project @ 2003-03-28 15:13:52 by sof] FIRST_BLOCK_OFF: more parens (for prec table illiterates like me) --- diff --git a/ghc/includes/Block.h b/ghc/includes/Block.h index 55cb18a..867a73c 100644 --- a/ghc/includes/Block.h +++ b/ghc/includes/Block.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Block.h,v 1.12 2003/03/25 16:19:56 sof Exp $ + * $Id: Block.h,v 1.13 2003/03/28 15:13:52 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -94,7 +94,7 @@ static inline bdescr *Bdescr(StgPtr p) /* Offset of first real data block in a megablock */ #define FIRST_BLOCK_OFF \ - ((W_)BLOCK_ROUND_UP(MBLOCK_SIZE / BLOCK_SIZE * BDESCR_SIZE)) + ((W_)BLOCK_ROUND_UP(BDESCR_SIZE * (MBLOCK_SIZE / BLOCK_SIZE))) /* First data block in a given megablock */