From 6d225cc44104306bac5d32c41734fefc1af95614 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 4 Jun 2026 17:59:17 +0200 Subject: Adds heatmaps (WIP) --- core/salis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/salis.c') diff --git a/core/salis.c b/core/salis.c index a5b517a..3740f3c 100644 --- a/core/salis.c +++ b/core/salis.c @@ -750,8 +750,8 @@ void salis_push_data_line(void) { uint64_t *in = NULL; switch (j) { -#define EVENT_ARRAY(core, idx, ev) \ - case idx: in = g_cores[i].ev##a; break; +#define EVENT_ARRAY(core, index, ev) \ + case index: in = g_cores[i].ev##a; break; EVENT_ARRAYS(core) #undef EVENT_ARRAY default: assert(false); -- cgit v1.2.1