tarfeef101 hace 6 años
padre
commit
de16a470f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }
   }