X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fproc.c;h=dd7027ea72de7e9d70a93e10249a3d0b2e48061a;hb=05c5b12fc2e34da0426529f943bccce06287d1e8;hp=74727e5581b5b1a2542a6b0ceec08c3799aad3f1;hpb=4573849f48a9b08173fcb30aee4f07efc30ab890;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/proc.c b/Kernel/arch/x86/proc.c index 74727e55..dd7027ea 100644 --- a/Kernel/arch/x86/proc.c +++ b/Kernel/arch/x86/proc.c @@ -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;