diff options
| author | Miguel <m.i@gmx.at> | 2018-08-18 20:04:32 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-18 20:04:32 +0200 |
| commit | 857d82d45c2bbcaf5234b756736596b1e6a9d28a (patch) | |
| tree | aef00d48c5de7fb7cbbc278cd22a98c6a60e14d8 /kernel/syscalls.c | |
| parent | 18d1aa2593003680b0d6f59a36e5dad2821134b2 (diff) | |
cleaning up (Also for newlib)
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index 0be0602..3f2a811 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -224,7 +224,7 @@ int syscall_execve(char *name, char **argv, char **env) asm volatile ("push %0" :: "r" (argv1)); asm volatile ("push %0" :: "r" (arg_count)); - asm volatile ("push %0" :: "r" (kballoc(1))); + //asm volatile ("push %0" :: "r" (kballoc(1))); asm volatile ("push %0" :: "r" (env1)); // push addr and return to it |
