mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 03:05:36 +02:00
Making changes suggested by Mark Jarvin.
This commit is contained in:
@@ -1558,7 +1558,7 @@ ddSymmGroupMoveBackward(
|
||||
int x,
|
||||
int y)
|
||||
{
|
||||
int size;
|
||||
int size = -1;
|
||||
int i,j;
|
||||
int xtop,xbot,xsize,ytop,ybot,ysize,newxtop;
|
||||
|
||||
|
||||
@@ -1590,7 +1590,7 @@ zdd_group_move_backward(
|
||||
int x,
|
||||
int y)
|
||||
{
|
||||
int size;
|
||||
int size = -1;
|
||||
int i, temp, gxtop, gxbot, gybot, yprev;
|
||||
|
||||
#ifdef DD_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user