From: simonmar Date: Tue, 12 Jul 2005 09:42:59 +0000 (+0000) Subject: [project @ 2005-07-12 09:42:59 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~373 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5956f441ae51baf3e276282a78ccbe8d5bb167f3;p=ghc-hetmet.git [project @ 2005-07-12 09:42:59 by simonmar] declare stg_returnToSchedNotPaused (forgot to commit this yesterday) --- diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index b81ec90..d1b7f5c 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -474,6 +474,7 @@ RTS_ENTRY(stg_stop_thread_ret); RTS_FUN(stg_returnToStackTop); RTS_FUN(stg_returnToSched); +RTS_FUN(stg_returnToSchedNotPaused); RTS_FUN(stg_returnToSchedButFirst); RTS_FUN(stg_init_finish);