Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
musl
/
crt
/
mips64
/
crti.s
blob: c962dd099bfe9f017055548f8cc278ab04f3678a [
file
] [
log
] [
blame
]
.set noreorder
.section .init
.global _init
.align
3
_init
:
dsubu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)
.section .fini
.global _fini
.align
3
_fini
:
dsubu
$
sp
,
$
sp
,
32
sd
$
gp
,
16
($
sp
)
sd
$
ra
,
24
($
sp
)