aboutsummaryrefslogtreecommitdiff
path: root/core/salis.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/salis.c')
-rw-r--r--core/salis.c4
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);