From 8bc7b2f0318db2cc0f00a90e52604169086ed66f Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 9 Jul 2024 00:28:19 +0200 Subject: Update symbol table decoding --- bxgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bxgen.c') diff --git a/bxgen.c b/bxgen.c index e533ba8..855a59c 100755 --- a/bxgen.c +++ b/bxgen.c @@ -774,7 +774,7 @@ void unit_write(Pool *pool, i64 unit, u16 target, i64 io_out, void *io_user_data u32 static offsets[10000] = { 0 }; c8 static symbols[10000][256] = { 0 }; b8 static found[10000] = { 0 }; - i64 num_symbols = 1; + i64 num_symbols = 0; for (;;) { c8 id[17] = { 0 }; -- cgit v1.2.3