From 11313835d7894e9fa7c6fda511e9d983a72d1487 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 16 Jan 2001 11:53:32 +0000 Subject: [PATCH 1/1] [project @ 2001-01-16 11:53:32 by simonmar] add MacOSX HEAP_BASE --- ghc/rts/MBlock.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ -- 1.7.10.4