diff options
| author | Quentin Carbonneaux <[email protected]> | 2017-02-07 21:56:00 -0500 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2017-02-07 21:56:00 -0500 |
| commit | c71f44c5a86f41e65179633160edeb90a9543987 (patch) | |
| tree | 4ac6881b1f8a0562d92f6d9df933fb6548f319a0 /cfg.c | |
| parent | 8215b50a10e240581bd1f9e8ae4d13c48f865c6c (diff) | |
update assert() missed in 7e1c1f
Diffstat (limited to 'cfg.c')
| -rw-r--r-- | cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ rporec(Blk *b, uint x) x = rporec(s1, x); x = rporec(s2, x); b->id = x; - assert(x >= 0); + assert(x != -1u); return x - 1; } |
