mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:46:07 +02:00
Bug fixes in CUDD 2.4.2.
This commit is contained in:
@@ -193,10 +193,10 @@ cuddTestInteract(
|
||||
int x,
|
||||
int y)
|
||||
{
|
||||
long posn, word, bit, result;
|
||||
int posn, word, bit, result;
|
||||
|
||||
if (x > y) {
|
||||
long tmp = x;
|
||||
int tmp = x;
|
||||
x = y;
|
||||
y = tmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user