From: wolfgang Date: Thu, 13 Jun 2002 21:14:51 +0000 (+0000) Subject: [project @ 2002-06-13 21:14:51 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~1970 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b628a5b59b93bf33de1771a2575d7e66e4b92bb6 [project @ 2002-06-13 21:14:51 by wolfgang] added a clarifying comment to the PowerPC version --- diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c index db2d084..d200cff 100644 --- a/ghc/rts/StgCRun.c +++ b/ghc/rts/StgCRun.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgCRun.c,v 1.35 2002/06/07 09:40:10 matthewc Exp $ + * $Id: StgCRun.c,v 1.36 2002/06/13 21:14:51 wolfgang Exp $ * * (c) The GHC Team, 1998-2000 * @@ -483,7 +483,7 @@ static void StgRunIsImplementedInAssembler(void) "\tla r1,8480(r1)\n" "\tlmw r14,-216(r1)\n" "\tb restFP # f14\n" - ); + ); /* RESERVED_C_STACK_BYTES + stack frame size == 8192 + 288 == 8480 */ } #endif