X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgStartup.h;h=55f57e64dd4ea433178238d07e14b45cf8626674;hb=e5ad9dcc35c7a0bb9b8ebca29940cbf32c6b150a;hp=1fd72d7e1e80ffc78bb6860986dd9c23171318f7;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/ghc/rts/StgStartup.h b/ghc/rts/StgStartup.h index 1fd72d7..55f57e6 100644 --- a/ghc/rts/StgStartup.h +++ b/ghc/rts/StgStartup.h @@ -1,5 +1,7 @@ /* ----------------------------------------------------------------------------- - * $Id: StgStartup.h,v 1.2 1998/12/02 13:28:54 simonm Exp $ + * $Id: StgStartup.h,v 1.6 2002/02/12 15:17:23 simonmar Exp $ + * + * (c) The GHC Team, 1998-1999 * * Code for starting, stopping and restarting threads. * @@ -10,8 +12,6 @@ EXTFUN(stg_stop_thread_entry); EXTFUN(stg_returnToStackTop); EXTFUN(stg_enterStackTop); -#ifdef PROFILING -EXTFUN(stg_register_ret); -EXTFUN(stg_register); -EXTFUN(regPrelGHC); -#endif +EXTFUN(stg_init_ret); +EXTFUN(stg_init); +EXTFUN(__stginit_GHCziPrim);