summaryrefslogtreecommitdiff
path: root/rts/Sanity.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-01-12 12:10:42 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-01-12 12:10:42 +0000
commit1aaac3473d8fce705610e4a6437283f7401a5583 (patch)
tree9dcde3a95977b7b39eae41620a46a257e594de3c /rts/Sanity.h
parent6a405b1efd138a4af4ed93ce4ff173a4c5704512 (diff)
downloadhaskell-1aaac3473d8fce705610e4a6437283f7401a5583.tar.gz
sanity checking fixes
Diffstat (limited to 'rts/Sanity.h')
-rw-r--r--rts/Sanity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Sanity.h b/rts/Sanity.h
index b86dc97aa5..05803df2ce 100644
--- a/rts/Sanity.h
+++ b/rts/Sanity.h
@@ -29,7 +29,7 @@ extern StgOffset checkStackFrame ( StgPtr sp );
extern StgOffset checkClosure ( StgClosure* p );
extern void checkMutableList ( bdescr *bd, nat gen );
-extern void checkMutableLists (void);
+extern void checkMutableLists ( rtsBool checkTSOs );
#if defined(GRAN)
extern void checkTSOsSanity(void);