X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsUtils.h;h=b57112682816b660607435f92e529adb6414435f;hb=6cec61d14a324285dbb8ce73d4c7215f1f8d6766;hp=1bf840bb883bda1bf58af35c884c9472cf7fd4b4;hpb=521f2016cb881842c4b30b9f460ac612e691ac23;p=ghc-hetmet.git diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 1bf840b..b571126 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -46,6 +46,8 @@ void printRtsInfo(void); /* Alternate to raise(3) for threaded rts, for OpenBSD */ int genericRaise(int sig); +void checkFPUStack(void); + #include "EndPrivate.h" #endif /* RTSUTILS_H */