summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall.c b/syscall.c
index 166bf4b..ee22d09 100644
--- a/syscall.c
+++ b/syscall.c
@@ -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;