From b628a5b59b93bf33de1771a2575d7e66e4b92bb6 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Thu, 13 Jun 2002 21:14:51 +0000 Subject: [PATCH 1/1] [project @ 2002-06-13 21:14:51 by wolfgang] added a clarifying comment to the PowerPC version --- ghc/rts/StgCRun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4