X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FConstants.h;h=9d66642d0521901275dcf320999f3ed87f3d6c6b;hb=dbef766ce79e37a74468a07a93b15ba1f06fe8f8;hp=ec20df6f784c3abc4cf697ab3e3e75e1af7e3242;hpb=5680ea4b2035198981739e24ad04cd0e0d133172;p=ghc-hetmet.git diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index ec20df6..9d66642 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: Constants.h,v 1.18 2001/10/03 13:57:42 simonmar Exp $ + * $Id: Constants.h,v 1.19 2001/11/26 16:54:22 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -144,7 +144,7 @@ -------------------------------------------------------------------------- */ /* The size of a block (2^BLOCK_SHIFT bytes) */ -#define BLOCK_SHIFT 12 +#define BLOCK_SHIFT 11 /* The size of a megablock (2^MBLOCK_SHIFT bytes) */ #define MBLOCK_SHIFT 20