diff options
-rw-r--r-- | coverage/ctracer/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/ctracer/stats.h b/coverage/ctracer/stats.h index 06b9e85f..ceba79bd 100644 --- a/coverage/ctracer/stats.h +++ b/coverage/ctracer/stats.h @@ -13,8 +13,8 @@ #endif typedef struct Stats { + unsigned int calls; /* Need at least one member, but the rest only if needed. */ #if COLLECT_STATS - unsigned int calls; unsigned int lines; unsigned int returns; unsigned int exceptions; |