summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-03-30 10:19:34 +0000
committerSimon Marlow <marlowsd@gmail.com>2011-03-30 10:19:34 +0000
commit035b8ebb5405efbcbfd3474821a877add1feca1e (patch)
tree21268304729a0b1f118593ae912516a0d3070308 /rts/RtsUtils.h
parent41147ad2a9ca84ebe66386b3b0043cb7b48ddcd8 (diff)
downloadhaskell-035b8ebb5405efbcbfd3474821a877add1feca1e.tar.gz
Add a debug check for a non-empty FPU stack on x86 (see #4914)
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r--rts/RtsUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h
index 1bf840bb88..b571126828 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 */