Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
crt
/
mips
/
crti.s
blob: 39dee38004d934f77fe97375d2277d840c8a3a90 [
file
] [
log
] [
blame
]
.set noreorder
.section .init
.global _init
.type _init
,@
function
.align
2
_init
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)
.section .fini
.global _fini
.type _fini
,@
function
.align
2
_fini
:
subu
$
sp
,$
sp
,
32
sw
$
gp
,
24
($
sp
)
sw
$
ra
,
28
($
sp
)