diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-06-04 09:36:53 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-06-04 09:36:53 +0000 |
commit | bf0ab2d94f23d5295c43fd87844fccd47a1fdfd7 (patch) | |
tree | b14b48d6592732c552f0da80eb83adc28fceda19 /includes | |
parent | 804a84fbc46cd07146ed7689bb8fa3e94eeb756a (diff) | |
download | haskell-bf0ab2d94f23d5295c43fd87844fccd47a1fdfd7.tar.gz |
Fix unreg build
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 421e62ef7a..59897bca2a 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -46,6 +46,7 @@ RTS_RET_INFO(stg_catch_retry_frame_info); RTS_RET_INFO(stg_atomically_frame_info); RTS_RET_INFO(stg_atomically_waiting_frame_info); RTS_RET_INFO(stg_catch_stm_frame_info); +RTS_RET_INFO(stg_unblockAsyncExceptionszh_ret_info); RTS_ENTRY(stg_upd_frame_ret); RTS_ENTRY(stg_marked_upd_frame_ret); |