mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
194 B
11 lines
194 B
.set noreorder
|
|
.global __restore_rt
|
|
.global __restore
|
|
.hidden __restore_rt
|
|
.hidden __restore
|
|
.type __restore_rt,@function
|
|
.type __restore,@function
|
|
__restore_rt:
|
|
__restore:
|
|
li $2,5211
|
|
syscall
|
|
|