Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
windowsnt-posix
/
refs/heads/master
/
.
/
crt1.s
blob: 73efede6b8c70cda4a341fefa6e83aca2eb9ce6f [
file
] [
log
] [
blame
] [
raw
]
.text
.global _PosixProcessStartup
_PosixProcessStartup
:
pushl
$
_environ
pushl
$
_errno
call ___PdxInitializeData
@
8
jmp _mainCRTStartup
# GCC main
.global ___main
___main
:
ret