another fix for disable statistics
authorMatthias Braun <matze@braunis.de>
Mon, 5 Nov 2007 19:23:54 +0000 (19:23 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 5 Nov 2007 19:23:54 +0000 (19:23 +0000)
[r16446]

ir/stat/statev.h

index 8515eb7..64c3fa4 100644 (file)
 #define stat_ev_tim_push()
 #define stat_ev_tim_pop(name)
 
-#define stat_ev_ctx_push_fobj(key, firm_object)
 #define stat_ev_ctx_push(key)
+#define stat_ev_ctx_push_str(key, str)
+#define stat_ev_ctx_push_fmt(key, fmt, value)
+#define stat_ev_ctx_push_fobj(key, firm_object)
 #define stat_ev_ctx_pop(key)
 #define stat_ev_flush()