summaryrefslogtreecommitdiff
path: root/rts/STM.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/STM.h')
-rw-r--r--rts/STM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/STM.h b/rts/STM.h
index 799cac3f84..ffec009577 100644
--- a/rts/STM.h
+++ b/rts/STM.h
@@ -97,7 +97,7 @@ void stmCondemnTransaction(Capability *cap, StgTRecHeader *trec);
threads at GC (in case they are stuck looping)
*/
-StgBool stmValidateNestOfTransactions(StgTRecHeader *trec);
+StgBool stmValidateNestOfTransactions(Capability *cap, StgTRecHeader *trec);
/*----------------------------------------------------------------------