getopt: fix null pointer arithmetic ub
[musl] / crt / mipsn32 / crti.s
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)
10
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)