X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRts.h;h=5aff979fd914cdab966a49d44ada802f194f88f0;hb=e9fdcd7b7d8ae466d83ce9f77f34e9b62b2a4fa7;hp=610cd701b3e33861eddc432a1eba4d3b7767fb94;hpb=4f92da533cd1c7b5f41ef8794ee6a284f1680413;p=ghc-hetmet.git diff --git a/includes/Rts.h b/includes/Rts.h index 610cd70..5aff979 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -206,7 +206,7 @@ extern void stackOverflow(void); extern void __decodeDouble (MP_INT *man, I_ *_exp, StgDouble dbl); extern void __decodeFloat (MP_INT *man, I_ *_exp, StgFloat flt); -extern void __decodeDouble_2Int (I_ *man_high, I_ *man_low, I_ *exp, StgDouble dbl); +extern void __decodeDouble_2Int (I_ *man_sign, W_ *man_high, W_ *man_low, I_ *exp, StgDouble dbl); extern void __decodeFloat_Int (I_ *man, I_ *exp, StgFloat flt); #if defined(WANT_DOTNET_SUPPORT)