minor - commenting change
authorJohn Hodge <[email protected]>
Sun, 29 Jan 2012 14:48:08 +0000 (22:48 +0800)
committerJohn Hodge <[email protected]>
Sun, 29 Jan 2012 14:48:08 +0000 (22:48 +0800)
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