Sign in
mojo
/
mojo
/
ed4bdf2b045dcf76699eb5095f037df4b8750a28
/
.
/
fusl
/
crt
/
arm
/
crti.s
blob: 18dc1e41972e500abca0057ec693d0b2f754ba98 [
file
] [
log
] [
blame
]
.syntax unified
.section .init
.global _init
.type _init
,
%
function
_init
:
push
{
r0
,
lr
}
.section .fini
.global _fini
.type _fini
,
%
function
_fini
:
push
{
r0
,
lr
}