From 5956f441ae51baf3e276282a78ccbe8d5bb167f3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Jul 2005 09:42:59 +0000 Subject: [PATCH] [project @ 2005-07-12 09:42:59 by simonmar] declare stg_returnToSchedNotPaused (forgot to commit this yesterday) --- ghc/includes/StgMiscClosures.h | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.10.4