From 42a28f9df94148e713f34e229f5a636ca203f84b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 20 Jun 2006 08:34:10 +0000 Subject: [PATCH] add decl for stg_block_throwto_ret --- includes/StgMiscClosures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index fcc9736..8eabace 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -491,6 +491,7 @@ RTS_ENTRY(stg_block_async_void_ret); #endif RTS_FUN(stg_block_stmwait); RTS_FUN(stg_block_throwto); +RTS_ENTRY(stg_block_throwto_ret); RTS_RET_INFO(stg_block_throwto_info); /* Entry/exit points from StgStartup.cmm */ -- 1.7.10.4