forget one change :-(
[libfirm] / ir / stat / firmstat.c
index ec58115..7ecaf62 100644 (file)
@@ -778,7 +778,7 @@ ir_op *stat_get_op_from_opcode(opcode code)
 }
 
 /* initialize the statistics module. */
-void init_stat(void)
+void init_stat(unsigned enable_options)
 {
 #define X(a)  a, sizeof(a)-1
 
@@ -1131,7 +1131,7 @@ void stat_finish(void)
 #define FIRM_STATISTICS
 #include "firmstat.h"
 
-void init_stat(void) {}
+void init_stat(unsigned enable_options) {}
 
 void stat_finish(void) {}