diff options
Diffstat (limited to 'includes/StgMiscClosures.h')
-rw-r--r-- | includes/StgMiscClosures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 10e4638ca4..1d2b32cb47 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -526,7 +526,9 @@ RTS_FUN(int2Integerzh_fast); RTS_FUN(word2Integerzh_fast); RTS_FUN(decodeFloatzh_fast); +RTS_FUN(decodeFloatzuIntzh_fast); RTS_FUN(decodeDoublezh_fast); +RTS_FUN(decodeDoublezu2Intzh_fast); RTS_FUN(andIntegerzh_fast); RTS_FUN(orIntegerzh_fast); |