diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-05-16 08:39:39 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-05-16 08:39:39 +0000 |
commit | ef2034768f4d06c09969e6bcb9d9096160006f8e (patch) | |
tree | 8aff56fa31e77b08e3611c074c1bef75d63bba24 /includes/StgMiscClosures.h | |
parent | fb570f4ae8d02ad25475d97d019cb93bf64d4d99 (diff) | |
download | haskell-ef2034768f4d06c09969e6bcb9d9096160006f8e.tar.gz |
FIX BUILD for way=u in RTS
Diffstat (limited to 'includes/StgMiscClosures.h')
-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 a46fdb1ecf..5620996299 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); |