From 7fd1f1eb0aab4d52852fc4f5e83eafc991f9a627 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Fri, 31 May 2019 12:43:20 -0400 Subject: exec compiles but argstr() doesn't work yet --- trap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index d0368ce..6d4854e 100644 --- a/trap.c +++ b/trap.c @@ -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. -- cgit v1.2.3