minor - commenting change
[tpg/acess2.git] / Kernel / arch / x86 / proc.c
index 74727e5..dd7027e 100644 (file)
@@ -642,7 +642,6 @@ tPID Proc_Clone(Uint Flags)
        // Clone state
        eip = Proc_CloneInt(&newThread->SavedState.ESP, &newThread->Process->MemState.CR3);
        if( eip == 0 ) {
-               // ACK the interrupt
                return 0;
        }
        newThread->SavedState.EIP = eip;

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