Fix wrong array size
This commit is contained in:
parent
c6d3702235
commit
92f5fc88e5
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue