X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStgMiscClosures.h;h=e2ec9e4d74ae30ba75002ab676c486a6800bb697;hb=6efacfe8bcbe66dfc3b52397ccbd34a58890520d;hp=460adeb8a61613a32aacebc517a60f853d4b19b7;hpb=6c095bfa3c8c81b52ad92853acd326453d320d7b;p=ghc-hetmet.git diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 460adeb..e2ec9e4 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -540,6 +540,7 @@ RTS_FUN(word64ToIntegerzh_fast); RTS_FUN(unsafeThawArrayzh_fast); RTS_FUN(newByteArrayzh_fast); RTS_FUN(newPinnedByteArrayzh_fast); +RTS_FUN(newAlignedPinnedByteArrayzh_fast); RTS_FUN(newArrayzh_fast); RTS_FUN(newMutVarzh_fast); @@ -606,6 +607,8 @@ RTS_FUN(getSparkzh_fast); RTS_FUN(noDuplicatezh_fast); +RTS_FUN(traceCcszh_fast); + /* Other misc stuff */ // See wiki:Commentary/Compiler/Backends/PprC#Prototypes