diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-04 17:59:17 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-07 03:29:41 +0200 |
| commit | 6d225cc44104306bac5d32c41734fefc1af95614 (patch) | |
| tree | 85ddda2b0c3cd738773c8d3ca756d7fbf0eeef2c /core/salis.c | |
| parent | eb5f9f6643e0729d35f705c8a7b7b46cb5874a6a (diff) | |
Adds heatmaps (WIP)
Diffstat (limited to 'core/salis.c')
| -rw-r--r-- | core/salis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
