From: sof Date: Thu, 13 Oct 2005 00:11:17 +0000 (+0000) Subject: [project @ 2005-10-13 00:11:17 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~172 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8761b73561019d5514194fc8b0eee2b13f0e0ec9 [project @ 2005-10-13 00:11:17 by sof] add protos for HeapStackCheck.cmm:stg_block_blackhole_* entry points --- 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);