Sign in
cobalt
/
cobalt
/
37ef7f8c0c60f95c9821b4d9f3273c9ef3666a79
/
.
/
src
/
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
)