提交 64fbd15f 编写于 作者: R Rich Felker

fix sh __set_thread_area uninitialized return value

this caused the dynamic linker/startup code to abort when r0 happened
to contain a negative value.
上级 583e5512
.global __set_thread_area
.type __set_thread_area, @function
__set_thread_area:
ldc r4, gbr
rts
ldc r4, gbr
mov #0, r0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册