move aio queue allocation from io thread to submitting thread
[musl.git] / crt / mipsn32 / crti.s
blob14fa28d99d74a15bf9b85bfd90ed53ae7dd4f451
1 .set noreorder
2 .section .init
3 .global _init
4 .type _init,@function
5 .align 2
6 _init:
7 subu $sp, $sp, 32
8 sd $gp, 16($sp)
9 sd $ra, 24($sp)
11 .section .fini
12 .global _fini
13 .type _fini,@function
14 .align 2
15 _fini:
16 subu $sp, $sp, 32
17 sd $gp, 16($sp)
18 sd $ra, 24($sp)