Kernel/debug - (minor) commenting
authorJohn Hodge <[email protected]>
Sun, 9 Feb 2014 01:38:51 +0000 (09:38 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Feb 2014 01:38:51 +0000 (09:38 +0800)
KernelLand/Kernel/debug.c

index db67f49..5bcbcb8 100644 (file)
@@ -114,6 +114,7 @@ void Debug_FmtS(int bUseKTerm, const char *format, ...)
 
 void Debug_KernelPanic(void)
 {
+       // 5 nested panics? Fuck it
        if( gbDebug_IsKPanic > 5 )
                HALT_CPU();
        gbDebug_IsKPanic ++;
@@ -124,7 +125,6 @@ void Debug_KernelPanic(void)
                #endif
                VT_SetTerminal(7);
        }
-       // 5 nested panics? Fuck it
        KernelPanic_SetMode();
 }
 

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