diff options
Diffstat (limited to 'trap.c')
-rw-r--r-- | trap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ usertrap(void) if(r_scause() == 8){ // system call - printf("usertrap(): system call pid=%d syscall=%d\n", p->pid, p->tf->a7); // sepc points to the ecall instruction, // but we want to return to the next instruction. |