mirror of https://github.com/YosysHQ/abc.git
Bug fixes in CUDD 2.4.2.
This commit is contained in:
parent
a24e678a79
commit
b4a46eb688
|
|
@ -193,10 +193,10 @@ cuddTestInteract(
|
||||||
int x,
|
int x,
|
||||||
int y)
|
int y)
|
||||||
{
|
{
|
||||||
long posn, word, bit, result;
|
int posn, word, bit, result;
|
||||||
|
|
||||||
if (x > y) {
|
if (x > y) {
|
||||||
long tmp = x;
|
int tmp = x;
|
||||||
x = y;
|
x = y;
|
||||||
y = tmp;
|
y = tmp;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue