diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2015-11-12 14:52:11 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-12 14:52:13 +0100 |
commit | 351de169e14ad9277aaca653df4a3753c151f7bb (patch) | |
tree | db78ed4b832e6063abe9832ecb8d5e4f4bb8378b /includes/stg/MiscClosures.h | |
parent | 8755719462733dee52190e298436e8e8e8f12bea (diff) | |
download | haskell-351de169e14ad9277aaca653df4a3753c151f7bb.tar.gz |
New magic function for applying realWorld#
Test Plan: validate
Reviewers: goldfire, erikd, rwbarton, simonpj, austin, simonmar, hvr
Reviewed By: simonpj
Subscribers: simonmar, thomie
Differential Revision: https://phabricator.haskell.org/D1103
GHC Trac Issues: #10678
Diffstat (limited to 'includes/stg/MiscClosures.h')
-rw-r--r-- | includes/stg/MiscClosures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 6fd7181426..06d937a6c9 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -423,6 +423,8 @@ RTS_FUN_DECL(stg_addCFinalizzerToWeakzh); RTS_FUN_DECL(stg_finalizzeWeakzh); RTS_FUN_DECL(stg_deRefWeakzh); +RTS_FUN_DECL(stg_runRWzh); + RTS_FUN_DECL(stg_newBCOzh); RTS_FUN_DECL(stg_mkApUpd0zh); |