From: simonmar Date: Thu, 11 Nov 1999 11:47:22 +0000 (+0000) Subject: [project @ 1999-11-11 11:47:22 by simonmar] X-Git-Tag: Approximately_9120_patches~5581 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=71a12a62a8684c6e52c64326734468dae02024b1;p=ghc-hetmet.git [project @ 1999-11-11 11:47:22 by simonmar] forgot type in parameter list --- diff --git a/ghc/rts/Storage.h b/ghc/rts/Storage.h index 45c839f..b11c482 100644 --- a/ghc/rts/Storage.h +++ b/ghc/rts/Storage.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.h,v 1.11 1999/11/09 15:46:59 simonmar Exp $ + * $Id: Storage.h,v 1.12 1999/11/11 11:47:22 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -150,7 +150,7 @@ recordOldToNewPtrs(StgMutClosure *p) #if defined(TICKY_TICKY) || defined(PROFILING) static inline void -updateWithPermIndirection(info, StgClosure *p1, StgClosure *p2) +updateWithPermIndirection(StgInfoTable *info, StgClosure *p1, StgClosure *p2) { bdescr *bd;