Don't generate stub files when -fno-code is given.
[ghc-hetmet.git] / ghc / rts / Stats.h
index f9fe5af..20bc015 100644 (file)
@@ -15,7 +15,7 @@ void      stat_startInit(void);
 void      stat_endInit(void);
 
 void      stat_startGC(void);
-void      stat_endGC (lnat alloc, lnat collect, lnat live, 
+void      stat_endGC (lnat alloc, lnat live, 
                      lnat copied, lnat scavd_copied, lnat gen);
 
 #ifdef PROFILING