mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-18 00:14:45 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
12 lines
141 B
ArmAsm
12 lines
141 B
ArmAsm
.section .init
|
|
.global _init
|
|
_init:
|
|
l.addi r1,r1,-4
|
|
l.sw 0(r1),r9
|
|
|
|
.section .fini
|
|
.global _fini
|
|
_fini:
|
|
l.addi r1,r1,-4
|
|
l.sw 0(r1),r9
|