aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 3a0f725..7c680f2 100644
--- a/tcc.c
+++ b/tcc.c
@@ -9208,7 +9208,7 @@ static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r,
{
int size, align, addr, data_offset;
int level;
- ParseState saved_parse_state;
+ ParseState saved_parse_state = {0};
TokenString init_str;
Section *sec;