fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / crt / microblaze / crtn.s
1 .section .init
2         lwi r15, r1, 0
3         rtsd r15, 8
4         addi r1, r1, 32
5
6 .section .fini
7         lwi r15, r1, 0
8         rtsd r15, 8
9         addi r1, r1, 32