r5716 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Nov 28 00:31:04 CET 2009


Author: werner
Date: 2009-11-28 00:31:03 +0100 (Sat, 28 Nov 2009)
New Revision: 5716

Modified:
   trunk/eda/fped/inst.c
Log:
- inst.c (inst_select): cycle through instances globally, not only within the
  same priority



Modified: trunk/eda/fped/inst.c
===================================================================
--- trunk/eda/fped/inst.c	2009-11-27 19:55:25 UTC (rev 5715)
+++ trunk/eda/fped/inst.c	2009-11-27 23:31:03 UTC (rev 5716)
@@ -226,13 +226,13 @@
 				}
 			}
 		}
-		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 */
 




More information about the commitlog mailing list