since it did not set the return-value register, the caller could wrongly interpret this as failure.
7 lines
139 B
ArmAsm
7 lines
139 B
ArmAsm
.global __set_thread_area
|
|
.type __set_thread_area,@function
|
|
__set_thread_area:
|
|
ori r21, r5, 0
|
|
rtsd r15, 8
|
|
ori r3, r0, 0
|