From bf0ab2d94f23d5295c43fd87844fccd47a1fdfd7 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 4 Jun 2008 09:36:53 +0000 Subject: [PATCH] Fix unreg build --- includes/StgMiscClosures.h | 1 + 1 file changed, 1 insertion(+) 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); -- 1.7.10.4