diff options
Diffstat (limited to 'syscall.c')
-rw-r--r-- | syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ syscall(void) break; default: cprintf("unknown sys call %d\n", num); - // XXX fault + // Maybe kill the process? break; } cp->tf->eax = ret; |