put register classes into arch_env struct, no need for complicated callbacks
[libfirm] / ir / be / bestatevent.h
index e4abfa9..1420a56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -36,5 +36,6 @@
 #define be_stat_ev_l(name, val)    stat_ev_dbl(name, (double)(val))
 #define be_stat_ev_dbl(name, val)  stat_ev_dbl(name, (double)(val))
 #define be_stat_ev_ull(name, val)  stat_ev_dbl(name, (double)(val))
+#define be_stat_ev_int(name, val)  stat_ev_int(name, (int)(val))
 
 #endif /* FIRM_BE_BESTATEVENT_H */