From 695e027249339d96807479bf4f8053e92effd624 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 18 May 2005 13:10:21 +0000 Subject: [PATCH] [project @ 2005-05-18 13:10:21 by simonmar] Fix unreg build on Windows --- ghc/includes/StgMiscClosures.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 026c2cf..420fd8c 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -462,7 +462,9 @@ RTS_FUN(stg_block_putmvar); RTS_ENTRY(stg_block_putmvar_ret); #ifdef mingw32_HOST_OS RTS_FUN(stg_block_async); +RTS_ENTRY(stg_block_async_ret); RTS_FUN(stg_block_async_void); +RTS_ENTRY(stg_block_async_void_ret); #endif /* Entry/exit points from StgStartup.cmm */ -- 1.7.10.4