Fix clean all script for renamed armv7 arch
[tpg/acess2.git] / Kernel / debug.c
index 1718d20..e799f00 100644 (file)
@@ -213,10 +213,7 @@ void Panic(const char *Fmt, ...)
 
        Threads_Dump();
 
-//     __asm__ __volatile__ ("xchg %bx, %bx");
-//     __asm__ __volatile__ ("cli;\n\thlt");
-//     for(;;) __asm__ __volatile__ ("hlt");
-       for(;;) ;
+       for(;;) HALT();
 }
 
 void Debug_SetKTerminal(const char *File)

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