Explorar el Código

Fixed NAC matching: Power window works!

Yentl Van Tendeloo hace 8 años
padre
commit
db219afaef
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bootstrap/transform.alc

+ 1 - 0
bootstrap/transform.alc

@@ -47,6 +47,7 @@ Element function make_matching_schedule(schedule_model : Element, LHS : String,
 						list_insert(schedule, next, 0)
 					else:
 						required_size = required_size - 1
+						continue!
 
 					// If it is an edge, we should also add the target and source
 					if (is_edge(schedule_model["model"][next])):