From: panne Date: Sat, 21 Aug 2004 12:48:00 +0000 (+0000) Subject: [project @ 2004-08-21 12:48:00 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1703 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f5e2a3790c3bf6de8eda68e44efe4a2fdce310e7 [project @ 2004-08-21 12:48:00 by panne] Perform initialisation of adjustor thunk layer at startup. --- diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 59300c4..89fb4a4 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.81 2004/08/13 13:10:32 simonmar Exp $ + * $Id: RtsStartup.c,v 1.82 2004/08/21 12:48:00 panne Exp $ * * (c) The GHC Team, 1998-2002 * @@ -147,6 +147,9 @@ hs_init(int *argc, char **argv[]) synchroniseSystem(); // calls initParallelSystem etc #endif /* PAR */ + /* Perform initialisation of adjustor thunk layer. */ + initAdjustor(); + /* initialise scheduler data structures (needs to be done before * initStorage()). */