From 8761b73561019d5514194fc8b0eee2b13f0e0ec9 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 13 Oct 2005 00:11:17 +0000 Subject: [PATCH] [project @ 2005-10-13 00:11:17 by sof] add protos for HeapStackCheck.cmm:stg_block_blackhole_* entry points --- ghc/includes/StgMiscClosures.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 148e055..da92c6f 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -454,6 +454,8 @@ RTS_FUN(stg_yield_to_interpreter); RTS_FUN(stg_gen_block); RTS_FUN(stg_block_noregs); RTS_FUN(stg_block_1); +RTS_FUN(stg_block_blackhole); +RTS_FUN(stg_block_blackhole_finally); RTS_FUN(stg_block_takemvar); RTS_ENTRY(stg_block_takemvar_ret); RTS_FUN(stg_block_putmvar); -- 1.7.10.4