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
/
open.s
blob
97356f1adb8c0f448d7ab35c479bb29f08d3a434
1
2
.globl _open
3
.globl open
4
_open
:
5
open
:
6
movl $
5
, %
eax
7
lcall $
7
,
$
0
8
jb _cerror
9
ret