diff --git a/src/c/ceu.c b/src/c/ceu.c index 4ea7f923..fca704ca 100644 --- a/src/c/ceu.c +++ b/src/c/ceu.c @@ -130,7 +130,7 @@ typedef struct tceu_code_mem { #endif bool has_term; tceu_ntrl trails_n; - tceu_trl _trails[0]; + tceu_trl _trails[1]; } tceu_code_mem; #ifdef CEU_FEATURES_THREAD