Fixing Tegra2 build
[tpg/acess2.git] / Kernel / debug.c
index e799f00..25ffda1 100644 (file)
@@ -9,7 +9,7 @@
 
 #define        DEBUG_MAX_LINE_LEN      256
 
-#define        LOCK_DEBUG_OUTPUT       1
+#define        LOCK_DEBUG_OUTPUT       0
 
 #define TRACE_TO_KTERM 0
 
@@ -37,7 +37,7 @@ tShortSpinlock        glDebug_Lock;
 
 // === CODE ===
 static void Debug_Putchar(char ch)
-{      
+{
        Debug_PutCharDebug(ch);
        if( !gbDebug_IsKPanic )
        {
@@ -213,7 +213,7 @@ void Panic(const char *Fmt, ...)
 
        Threads_Dump();
 
-       for(;;) HALT();
+       for(;;) ;
 }
 
 void Debug_SetKTerminal(const char *File)

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