diff options
author | Ryan Newton <rrnewton@gmail.com> | 2013-08-03 02:35:11 -0400 |
---|---|---|
committer | Ryan Newton <rrnewton@gmail.com> | 2013-08-21 00:02:30 -0400 |
commit | fa278381cca92c895ddf14e6a92f78e9786fec48 (patch) | |
tree | 15b261e8a582d618bacf41533efb14804ec0ee47 /includes/stg | |
parent | 4b4c944b8b7b9f98a2bbd35c7b6811a9cdb847ee (diff) | |
download | haskell-fa278381cca92c895ddf14e6a92f78e9786fec48.tar.gz |
Add PrimOp: casIntArray#. Modify casMutVar# for 'ticketed' style.
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 de5d32262c..ee973e46a9 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -368,6 +368,7 @@ RTS_FUN_DECL(stg_casArrayzh); RTS_FUN_DECL(stg_newByteArrayzh); RTS_FUN_DECL(stg_newPinnedByteArrayzh); RTS_FUN_DECL(stg_newAlignedPinnedByteArrayzh); +RTS_FUN_DECL(stg_casIntArrayzh); RTS_FUN_DECL(stg_newArrayzh); RTS_FUN_DECL(stg_newArrayArrayzh); |