Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/602ac64bcb50269a68e77ff272a1293c2539a995 >--------------------------------------------------------------- commit 602ac64bcb50269a68e77ff272a1293c2539a995 Author: Simon Marlow <[email protected]> Date: Thu Nov 17 13:17:53 2011 +0000 Add a getStablePtr for flushStdHandles_closure >--------------------------------------------------------------- rts/RtsStartup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index e8ed86c..c09d5ed 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -183,6 +183,7 @@ hs_init_ghc(int *argc, char **argv[], RtsConfig rts_config) */ getStablePtr((StgPtr)runIO_closure); getStablePtr((StgPtr)runNonIO_closure); + getStablePtr((StgPtr)flushStdHandles_closure); getStablePtr((StgPtr)runFinalizerBatch_closure); _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
