mirror of https://git.musl-libc.org/git/musl
committed by
Rich Felker
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
.global dlsym |
|||
.hidden __dlsym |
|||
.type dlsym, %function |
|||
dlsym: |
|||
mv a2, ra |
|||
tail __dlsym |
|||
Loading…
Reference in new issue