From: Simon Marlow Date: Wed, 4 Jun 2008 09:36:53 +0000 (+0000) Subject: Fix unreg build X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bf0ab2d94f23d5295c43fd87844fccd47a1fdfd7 Fix unreg build --- diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 421e62e..59897bc 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);