diff options
Diffstat (limited to 'trap.c')
-rw-r--r-- | trap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |