From: simonmar Date: Tue, 16 Jan 2001 11:53:32 +0000 (+0000) Subject: [project @ 2001-01-16 11:53:32 by simonmar] X-Git-Tag: Approximately_9120_patches~2895 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=11313835d7894e9fa7c6fda511e9d983a72d1487;hp=83856260f0caa9bb646813a304accb8c11194123;p=ghc-hetmet.git [project @ 2001-01-16 11:53:32 by simonmar] add MacOSX HEAP_BASE --- diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index 75ead18..18fe052 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.h,v 1.7 2000/12/04 12:31:21 simonmar Exp $ + * $Id: MBlock.h,v 1.8 2001/01/16 11:53:32 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -47,6 +47,10 @@ extern void * getMBlocks(nat n); /* guess */ #define HEAP_BASE 0x50000000 +#elif macosx_TARGET_OS +/* guess */ +#define HEAP_BASE 0x50000000 + #elif _WIN32 /* doesn't matter, we use a reserve/commit algorithm */