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

[project @ 1999-11-04 10:15:50 by simonmar]

Fix call to StgRun
parent 5b4a7c8d
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Profiling.c,v 1.10 1999/11/02 15:05:59 simonmar Exp $
* $Id: Profiling.c,v 1.11 1999/11/04 10:15:50 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -240,7 +240,7 @@ registerCostCentres ( void )
*/
register_stack = (F_ *)allocate(REGISTER_STACK_SIZE / sizeof(W_));
StgRun((StgFunPtr)stg_register);
StgRun((StgFunPtr)stg_register, &MainRegTable);
}
......
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