From ebf2878aa21b37e780e37e476dbbc5a098036b87 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 11 Nov 1999 11:49:26 +0000 Subject: [PATCH] [project @ 1999-11-11 11:49:26 by simonmar] oops, use the correct type --- ghc/rts/Storage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Storage.h b/ghc/rts/Storage.h index b11c482..c996edf 100644 --- a/ghc/rts/Storage.h +++ b/ghc/rts/Storage.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.h,v 1.12 1999/11/11 11:47:22 simonmar Exp $ + * $Id: Storage.h,v 1.13 1999/11/11 11:49:26 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(StgInfoTable *info, StgClosure *p1, StgClosure *p2) +updateWithPermIndirection(const StgInfoTable *info, StgClosure *p1, StgClosure *p2) { bdescr *bd; -- 1.7.10.4