Explorar o código

first debug msg

tarfeef101 %!s(int64=7) %!d(string=hai) anos
pai
achega
d497ecec24
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      kern/synchprobs/traffic_synch.c

+ 1 - 0
kern/synchprobs/traffic_synch.c

@@ -94,6 +94,7 @@ static void push(car * newcar)
 // called when a car clears the intersection
 static void clearint(car * done)
 {
+  kprintf("vehicle cleared");
   car * temp = active->front;
   car * temp2 = NULL;