This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
avoid blx instruction which does not exist on armv4t or armv4
Rich Felker
12 năm trước cách đây
mục cha
649cec5f98
commit
7be3b5a073
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
src/thread/arm/clone.s
+ 2
- 1
src/thread/arm/clone.s
Xem Tập Tin
@@ -31,5 +31,6 @@ clone:
mov r0,#1
svc 0
-1: blx r5
+1: mov lr,pc
+ bx r5
b 2b