mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
missed a few cases in the tree automaton
This commit is contained in:
parent
fa3f7b53fa
commit
4185168edc
@ -602,7 +602,10 @@ anumber(char *an, Blk *b, Con *c)
|
||||
static char addtbl[10][10] = {
|
||||
[0] [0] = 4,
|
||||
[4] [4] = 4,
|
||||
[4] [5] = 4,
|
||||
[4] [6] = 4,
|
||||
[5] [5] = 4,
|
||||
[5] [6] = 4,
|
||||
[6] [6] = 4,
|
||||
[0] [3] = 4,
|
||||
[2] [4] = 5,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user