pulled in and adapted the dos code from eradicate
[retrobench] / src / util.c
index 82a8bfc..6680c8a 100644 (file)
@@ -1,5 +1,7 @@
 #include "util.h"
 
+uint32_t perf_start_count, perf_interval_count;
+
 int mask_to_shift(unsigned int mask)
 {
        int s = 0;