fixing the order of the apple counters

This commit is contained in:
Daniel Lemire
2024-01-31 14:30:44 -05:00
parent 88bf5cb6d9
commit 4c8ec35a48
+2 -2
View File
@@ -1100,8 +1100,8 @@ struct AppleEvents {
return 1;
}
return performance_counters {
counters_0[counter_map[0]], counters_0[counter_map[3]],
counters_0[counter_map[2]], counters_0[counter_map[1]]};
counters_0[counter_map[0]], counters_0[counter_map[2]],
counters_0[counter_map[3]], counters_0[counter_map[1]]};
}
};