aboutsummaryrefslogtreecommitdiff
path: root/pk/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/syscall.c')
-rw-r--r--pk/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/syscall.c b/pk/syscall.c
index 9a03cc9..1b097b7 100644
--- a/pk/syscall.c
+++ b/pk/syscall.c
@@ -51,7 +51,6 @@ void sys_exit(int code)
}
frontend_syscall(SYS_exit, code, 0, 0, 0, 0, 0, 0);
- clear_csr(status, SR_EI);
while (1);
}