瀏覽代碼

Fixed NAC matching: Power window works!

Yentl Van Tendeloo 8 年之前
父節點
當前提交
db219afaef
共有 1 個文件被更改,包括 1 次插入0 次删除
  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])):