repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
brk.s
blob
c3cb43f11f0c9cfff42ba819ddd11bdf328291b2
1
2
.globl _brk
3
_brk
:
4
movl $
0x11
, %
eax
5
lcall $
7
,
$
0
6
jb _cerror
7
xor
%
eax
,%
eax
8
ret