From 3b95801add8122af978f9c071d96e3f58acfd0cc Mon Sep 17 00:00:00 2001 From: rtm Date: Tue, 29 Aug 2006 17:01:40 +0000 Subject: i broke sbrk, fix it --- trap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index f9a9fc8..ef40f7e 100644 --- a/trap.c +++ b/trap.c @@ -37,7 +37,6 @@ trap(struct trapframe *tf) if(v == T_SYSCALL){ struct proc *cp = curproc[cpu()]; - int num = cp->tf->eax; if(cp->killed) proc_exit(); cp->tf = tf; -- cgit v1.2.3