Kernel - Reworked x86 physical memory allocation
[tpg/acess2.git] / Kernel / threads.c
index bee332b..3ebc4dc 100644 (file)
@@ -953,8 +953,6 @@ void Threads_Fault(int Num)
 {
        tThread *thread = Proc_GetCurThread();
        
-       Log_Log("Threads", "Threads_Fault: thread = %p", thread);
-       
        if(!thread)     return ;
        
        Log_Log("Threads", "Threads_Fault: thread->FaultHandler = %p", thread->FaultHandler);

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