diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:32:44 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:59:17 +0000 |
commit | 014f1e1feee4c85a82f787ef8f01b44072051172 (patch) | |
tree | a16922c9cb32d31754ab258a216e30677c79c983 /includes/stg | |
parent | eeaa573717ddd7a575edc075d869a1dfaadc5ddf (diff) | |
download | haskell-014f1e1feee4c85a82f787ef8f01b44072051172.tar.gz |
raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)
Diffstat (limited to 'includes/stg')
-rw-r--r-- | includes/stg/MiscClosures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index da3b07b978..4fed34644c 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -126,6 +126,7 @@ RTS_ENTRY(stg_AP_STACK_NOUPD); RTS_ENTRY(stg_dummy_ret); RTS_ENTRY(stg_raise); RTS_ENTRY(stg_raise_ret); +RTS_ENTRY(stg_atomically); RTS_ENTRY(stg_TVAR_WATCH_QUEUE); RTS_ENTRY(stg_INVARIANT_CHECK_QUEUE); RTS_ENTRY(stg_ATOMIC_INVARIANT); |