summaryrefslogtreecommitdiff
path: root/userspace/crt0.s
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/crt0.s')
-rw-r--r--userspace/crt0.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/userspace/crt0.s b/userspace/crt0.s
index ad9884f..9ef2a67 100644
--- a/userspace/crt0.s
+++ b/userspace/crt0.s
@@ -26,7 +26,6 @@ movl $0xf5000000, _impure_ptr
pop %eax
mov %eax, environ
-
# call main (argc and argv are on the stack)
call main