Mercurial > lcfOS
diff kernel/syscall.c3 @ 305:0615b5308710
Updated docs
author | Windel Bouwman |
---|---|
date | Fri, 06 Dec 2013 13:50:38 +0100 |
parents | 6753763d3bec |
children | 2e7f55319858 |
line wrap: on
line diff
--- a/kernel/syscall.c3 Fri Dec 06 12:45:02 2013 +0100 +++ b/kernel/syscall.c3 Fri Dec 06 13:50:38 2013 +0100 @@ -15,7 +15,7 @@ // System call handlers. System calls are made from user space. -function void handle_system_call(int callId, int a, int b, int c, int d) +function void handle_system_call(int callId, int a, int b) { // Main entry, check what to do here if (callId == 1)