Browse Source

first debug msg

tarfeef101 6 năm trước cách đây
mục cha
commit
d497ecec24
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;