From: sof Date: Mon, 25 Jan 1999 11:55:06 +0000 (+0000) Subject: [project @ 1999-01-25 11:55:06 by sof] X-Git-Tag: Approximately_9120_patches~6694 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=080412448d00216ab747c7372f07c9b68c8c235c;p=ghc-hetmet.git [project @ 1999-01-25 11:55:06 by sof] Added osf3 guess --- diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c index ddf8fd1..5d83dc9 100644 --- a/ghc/rts/MBlock.c +++ b/ghc/rts/MBlock.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.c,v 1.6 1999/01/18 10:54:15 simonm Exp $ + * $Id: MBlock.c,v 1.7 1999/01/25 11:55:06 sof Exp $ * * MegaBlock Allocator Interface. This file contains all the dirty * architecture-dependent hackery required to get a chunk of aligned @@ -52,6 +52,10 @@ /* guess */ #define ASK_FOR_MEM_AT 0x50000000 +#elif osf3_TARGET_OS +/* guess */ +#define ASK_FOR_MEM_AT 0x50000000 + #elif _WIN32 /* doesn't matter, we use a reserve/commit algorithm */