diff options
Diffstat (limited to 'syscall.c')
-rw-r--r-- | syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ fetchstr(struct proc *p, uint addr, char **pp) int argint(int argno, int *ip) { - return fetchint(cp, cp->tf->esp + 4 + 4*argno, ip); } |