tarfeef101 6 年 前
コミット
de16a470f1
1 ファイル変更1 行追加0 行削除
  1. 1 0
      kern/synchprobs/traffic_synch.c

+ 1 - 0
kern/synchprobs/traffic_synch.c

@@ -234,6 +234,7 @@ void intersection_before_entry(Direction origin, Direction destination)
     }
     else
     {
+      kprintf("skipped %d because it was null\n");
       continue;
     }
   }