mirror of https://git.musl-libc.org/git/musl
Browse Source
since it did not set the return-value register, the caller could wrongly interpret this as failure.rs-1.0
1 changed files with 2 additions and 1 deletions
@ -1,5 +1,6 @@ |
|||||
.global __set_thread_area |
.global __set_thread_area |
||||
.type __set_thread_area,@function |
.type __set_thread_area,@function |
||||
__set_thread_area: |
__set_thread_area: |
||||
rtsd r15, 8 |
|
||||
ori r21, r5, 0 |
ori r21, r5, 0 |
||||
|
rtsd r15, 8 |
||||
|
ori r3, r0, 0 |
||||
|
|||||
Loading…
Reference in new issue