X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgCRun.c;h=23a2e137da838b281602aa28d674ff2be74d9f97;hb=ecd5cb36ad575939b04f40d1b3a7255741f294a2;hp=ad567da707dbb73ed0dd71fc63632e23b044628f;hpb=4b17269854ccf10df8b3ca1711410a5ca439ea8a;p=ghc-hetmet.git diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c index ad567da..23a2e13 100644 --- a/ghc/rts/StgCRun.c +++ b/ghc/rts/StgCRun.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgCRun.c,v 1.19 2000/08/07 23:37:23 qrczak Exp $ + * $Id: StgCRun.c,v 1.20 2000/08/15 14:18:43 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -139,7 +139,7 @@ extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg) #if STACK_DETAILS fprintf(stderr, "== SB = %p SP = %p(%p) SU = %p SpLim = %p(%p)\n", - sb, sp, tso->sp, su, basereg->rSpLim, tso->splim); + sb, sp, tso->sp, su, basereg->rSpLim, tso->stack + RESERVED_STACK_WORDS); #endif if (su >= sb) goto postloop;