This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
riscv
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
avoid blx instruction which does not exist on armv4t or armv4
rs-1.0
Rich Felker
14 years ago
parent
649cec5f98
commit
7be3b5a073
1 changed files
with
2 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
src/thread/arm/clone.s
3
src/thread/arm/clone.s
View File
@ -31,5 +31,6 @@ clone:
mov
r0
,
#
1
svc
0
1
:
blx
r5
1
:
mov
lr
,
pc
bx
r5
b
2
b
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
riscv/musl
Title
Body
Create Issue