From ef2034768f4d06c09969e6bcb9d9096160006f8e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 16 May 2007 08:39:39 +0000 Subject: [PATCH] FIX BUILD for way=u in RTS --- includes/StgMiscClosures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index a46fdb1..5620996 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -175,6 +175,7 @@ RTS_ENTRY(stg_AP_entry); RTS_ENTRY(stg_AP_STACK_entry); RTS_ENTRY(stg_dummy_ret_entry); RTS_ENTRY(stg_raise_entry); +RTS_ENTRY(stg_raise_ret_ret); RTS_ENTRY(stg_END_STM_WATCH_QUEUE_entry); RTS_ENTRY(stg_END_INVARIANT_CHECK_QUEUE_entry); RTS_ENTRY(stg_END_STM_CHUNK_LIST_entry); -- 1.7.10.4