diff options
author | Ryan Newton <rrnewton@gmail.com> | 2012-03-29 00:32:03 -0400 |
---|---|---|
committer | Ryan Newton <rrnewton@gmail.com> | 2013-08-21 00:02:29 -0400 |
commit | 3ca7ecb57eefc43b4347e22ad2fd7a4962d84020 (patch) | |
tree | 7c1251734372615ba791bf355eca6aa4beecdebc /includes/stg/MiscClosures.h | |
parent | 82bbc3864ff608879cffbe0d2a4a2f8cb4ef4604 (diff) | |
download | haskell-3ca7ecb57eefc43b4347e22ad2fd7a4962d84020.tar.gz |
add casArray# primop, similar to casMutVar# but for array elements
Diffstat (limited to 'includes/stg/MiscClosures.h')
-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 b0ed03b814..de5d32262c 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -364,6 +364,7 @@ RTS_FUN_DECL(stg_word64ToIntegerzh); #endif RTS_FUN_DECL(stg_unsafeThawArrayzh); +RTS_FUN_DECL(stg_casArrayzh); RTS_FUN_DECL(stg_newByteArrayzh); RTS_FUN_DECL(stg_newPinnedByteArrayzh); RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh); |