This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix typo in arm clone() asm
Rich Felker
13 years ago
parent
e6d765a8b1
commit
2b89e56c94
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/thread/arm/clone.s
+ 1
- 1
src/thread/arm/clone.s
View File
@@ -29,7 +29,7 @@ clone:
mov pc,r5
2: mov r1,r0
mov r0,#1
- svc
+ svc
0
1: blx r5
b 2b