X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdebug.c;h=355624d5c483769fafc237442a7ad64aaff4767f;hb=cbe0cc999c61fff862054bf428b7163e5458f2af;hp=1718d209bea026fbbe36634eaee2b0d804c4ec47;hpb=8ed2da7e1d43b4aba384946ad5b9779071d2a40f;p=tpg%2Facess2.git diff --git a/Kernel/debug.c b/Kernel/debug.c index 1718d209..355624d5 100644 --- a/Kernel/debug.c +++ b/Kernel/debug.c @@ -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(;;) ; }