Ver código fonte

Fixed NAC matching: Power window works!

Yentl Van Tendeloo 8 anos atrás
pai
commit
db219afaef
1 arquivos alterados com 1 adições e 0 exclusões
  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])):