summaryrefslogtreecommitdiff
path: root/userspace/crt0.S
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-21 15:21:07 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-21 15:21:07 +0100
commit6e8ea08166b53507f38ed7f435728b7470a061ab (patch)
treed0669f3a70963056dbd7ffc59ab04e5cd172c52e /userspace/crt0.S
parent1f460d7d4fcbf29e21b3da77eab247f528f02f19 (diff)
trying to port binutils
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