Fixing bugs and removing debug statements
[tpg/acess2.git] / Kernel / threads.c
index ba0f430..23feb5d 100644 (file)
@@ -105,10 +105,7 @@ void Threads_Init(void)
                cur->ThreadName = "Idle Thread";
                Threads_SetTickets(0);  // Never called randomly
                cur->Quantum = 1;       // 1 slice quantum
-               HALT();
-               for(;;) {
-                       HALT(); // Just yeilds
-               }
+               for(;;) HALT(); // Just yeilds
        }
        #endif
        

UCC git Repository :: git.ucc.asn.au