From 05c5b12fc2e34da0426529f943bccce06287d1e8 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 29 Jan 2012 22:48:08 +0800 Subject: [PATCH] minor - commenting change --- Kernel/arch/x86/proc.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1