diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-01-12 12:10:42 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-01-12 12:10:42 +0000 |
commit | 1aaac3473d8fce705610e4a6437283f7401a5583 (patch) | |
tree | 9dcde3a95977b7b39eae41620a46a257e594de3c /rts/Sanity.h | |
parent | 6a405b1efd138a4af4ed93ce4ff173a4c5704512 (diff) | |
download | haskell-1aaac3473d8fce705610e4a6437283f7401a5583.tar.gz |
sanity checking fixes
Diffstat (limited to 'rts/Sanity.h')
-rw-r--r-- | rts/Sanity.h | 2 |
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); |