Skip to content
Snippets Groups Projects
Commit 71a12a62 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-11-11 11:47:22 by simonmar]

forgot type in parameter list
parent 31518c3e
No related merge requests found
/* -----------------------------------------------------------------------------
* $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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment