diff options
Diffstat (limited to 'trap.c')
-rw-r--r-- | trap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ void trap(struct trapframe *tf) { int v = tf->trapno; - struct proc *cp = curproc[cpu()]; if(v == T_SYSCALL){ if(cp->killed) |