diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-06-20 08:34:10 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-06-20 08:34:10 +0000 |
commit | 42a28f9df94148e713f34e229f5a636ca203f84b (patch) | |
tree | 11a821669e779bec8a4fbd7f9721c006c81b5df7 /includes | |
parent | c113e097ec1f3e864d0daefa76139686b9c1c312 (diff) | |
download | haskell-42a28f9df94148e713f34e229f5a636ca203f84b.tar.gz |
add decl for stg_block_throwto_ret
Diffstat (limited to 'includes')
-rw-r--r-- | includes/StgMiscClosures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index fcc973630a..8eabace8a6 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 */ |