diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-09 00:28:19 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-09 00:28:19 +0200 |
commit | 8bc7b2f0318db2cc0f00a90e52604169086ed66f (patch) | |
tree | ebac524eaefb61cf5aa95caf73c4197a5f85cd5f | |
parent | 4d31db6c00833898828c90d100c7dde4a016e233 (diff) | |
download | bxgen-8bc7b2f0318db2cc0f00a90e52604169086ed66f.zip |
Update symbol table decoding
-rwxr-xr-x | bxgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |