summaryrefslogtreecommitdiff
path: root/userspace/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/crt0.S')
-rw-r--r--userspace/crt0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/crt0.S b/userspace/crt0.S
index e3bfa3b..48eadd9 100644
--- a/userspace/crt0.S
+++ b/userspace/crt0.S
@@ -8,8 +8,8 @@ _start:
push $0
call sbrk
-push $[_BSS_END_]
-call sbrk
+#push $[_BSS_END_]
+#call sbrk
call main