X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdebug.c;h=379f6767778c00ec7225048fa397b5d7befba3ab;hb=cab8da0bb96d6450c32bd5b77d8f240394e257ce;hp=e799f00f60ad80820e7a761156482ff761d1ad9e;hpb=cb9f1cfa3aa4c05f515b00f4a287f538b0901552;p=tpg%2Facess2.git diff --git a/Kernel/debug.c b/Kernel/debug.c index e799f00f..379f6767 100644 --- a/Kernel/debug.c +++ b/Kernel/debug.c @@ -213,7 +213,7 @@ void Panic(const char *Fmt, ...) Threads_Dump(); - for(;;) HALT(); + for(;;) ; } void Debug_SetKTerminal(const char *File)