From: Simon Marlow Date: Wed, 16 May 2007 08:39:39 +0000 (+0000) Subject: FIX BUILD for way=u in RTS X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ef2034768f4d06c09969e6bcb9d9096160006f8e;p=ghc-hetmet.git FIX BUILD for way=u in RTS --- 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);