Still some issues, but it seems to not crash anymore
[tpg/acess2.git] / Kernel / arch / x86 / proc.c
index 7596212..69c89b2 100644 (file)
@@ -678,7 +678,6 @@ int Proc_SpawnWorker(void)
        // Set EIP as parent
        new->SavedState.EIP = eip;
        // Mark as active
-       new->Status = THREAD_STAT_ACTIVE;
        Threads_AddActive( new );
        
        return new->TID;

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