mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-24 13:00:15 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
10 lines
127 B
ArmAsm
10 lines
127 B
ArmAsm
.section .init
|
|
.align 2
|
|
lmg %r14, %r15, 272(%r15)
|
|
br %r14
|
|
|
|
.section .fini
|
|
.align 2
|
|
lmg %r14, %r15, 272(%r15)
|
|
br %r14
|