Fix wrong array size

This commit is contained in:
Augusto Gunsch 2020-11-17 12:43:25 -03:00
parent c6d3702235
commit 92f5fc88e5
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
#define INST_LIMIT 32768 #define INST_LIMIT 32768
#define CMP_SIZE 8 #define CMP_SIZE 8
#define CMP_TABLE_SIZE 28 #define CMP_TABLE_SIZE 37
const char* cmptable[] = const char* cmptable[CMP_TABLE_SIZE] =
{ {
"0", "0101010", "0", "0101010",
"1", "0111111", "1", "0111111",