fix pretty-printing of the cvttsd2si SSE2 instruction (fixes 5149 test
[ghc-hetmet.git] / rts / STM.h
index f15a681..dd11bb8 100644 (file)
--- a/rts/STM.h
+++ b/rts/STM.h
@@ -48,7 +48,7 @@
    --------------
 */
 
-void stmPreGCHook(void);
+void stmPreGCHook(Capability *cap);
 
 /*----------------------------------------------------------------------