update assert() missed in 7e1c1f
This commit is contained in:
parent
8215b50a10
commit
c71f44c5a8
1 changed files with 1 additions and 1 deletions
2
cfg.c
2
cfg.c
|
@ -93,7 +93,7 @@ rporec(Blk *b, uint x)
|
||||||
x = rporec(s1, x);
|
x = rporec(s1, x);
|
||||||
x = rporec(s2, x);
|
x = rporec(s2, x);
|
||||||
b->id = x;
|
b->id = x;
|
||||||
assert(x >= 0);
|
assert(x != -1u);
|
||||||
return x - 1;
|
return x - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue