Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / debug.c
index 1718d20..355624d 100644 (file)
@@ -37,7 +37,7 @@ tShortSpinlock        glDebug_Lock;
 
 // === CODE ===
 static void Debug_Putchar(char ch)
-{      
+{
        Debug_PutCharDebug(ch);
        if( !gbDebug_IsKPanic )
        {
@@ -213,9 +213,6 @@ void Panic(const char *Fmt, ...)
 
        Threads_Dump();
 
-//     __asm__ __volatile__ ("xchg %bx, %bx");
-//     __asm__ __volatile__ ("cli;\n\thlt");
-//     for(;;) __asm__ __volatile__ ("hlt");
        for(;;) ;
 }
 

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