mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-22 07:58:28 +02:00
- inst.c (inst_select): cycle through instances globally, not only within the
same priority git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5716 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
parent
1daa0068d5
commit
a26b79041b
12
inst.c
12
inst.c
@ -226,13 +226,13 @@ int inst_select(struct coord pos)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (select_next) {
|
||||
selected_inst = next ? next : first;
|
||||
goto selected;
|
||||
}
|
||||
if (selected_inst)
|
||||
goto selected;
|
||||
}
|
||||
if (select_next) {
|
||||
selected_inst = next ? next : first;
|
||||
goto selected;
|
||||
}
|
||||
if (selected_inst)
|
||||
goto selected;
|
||||
|
||||
/* give vectors a second chance */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user