diff options
Diffstat (limited to 'includes/StgMiscClosures.h')
-rw-r--r-- | includes/StgMiscClosures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 4a6a7c47c2..fcc973630a 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -490,6 +490,8 @@ RTS_FUN(stg_block_async_void); RTS_ENTRY(stg_block_async_void_ret); #endif RTS_FUN(stg_block_stmwait); +RTS_FUN(stg_block_throwto); +RTS_RET_INFO(stg_block_throwto_info); /* Entry/exit points from StgStartup.cmm */ |