[buddy] fix handling of bdd_apply_biimp
* src/bddop.c: Fix shortcut.
This commit is contained in:
parent
85e4cf510c
commit
819cd7b8b6
1 changed files with 2 additions and 2 deletions
|
|
@ -656,8 +656,8 @@ static BDD apply_rec(BDD l, BDD r)
|
|||
l = r; \
|
||||
r = tmp; \
|
||||
} \
|
||||
if (ISCONST(l)) \
|
||||
return 0; \
|
||||
if (ISONE(l)) \
|
||||
return rec(r); \
|
||||
break; \
|
||||
case bddop_less: /* l < r = r - l */ \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue