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
fix typo in arm clone() asm
rs-1.0
Rich Felker
15 years ago
parent
e6d765a8b1
commit
2b89e56c94
1 changed files
with
1 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
2
src/thread/arm/clone.s
2
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
2
b
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
riscv/musl
Title
Body
Create Issue