projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d765a
)
fix typo in arm clone() asm
author
Rich Felker
<dalias@aerifal.cx>
Sun, 9 Oct 2011 04:02:39 +0000
(
00:02
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 9 Oct 2011 04:02:39 +0000
(
00:02
-0400)
src/thread/arm/clone.s
patch
|
blob
|
history
diff --git
a/src/thread/arm/clone.s
b/src/thread/arm/clone.s
index 65cd3f5a8d9a71130fb1720b4ea3463b1abf4b53..127fc0be0fd9731c7ce3a153cfb4e10f62efb1e3 100644
(file)
--- a/
src/thread/arm/clone.s
+++ b/
src/thread/arm/clone.s
@@
-29,7
+29,7
@@
clone:
mov pc,r5
2: mov r1,r0
mov r0,#1
- svc
+ svc
0
1: blx r5
b 2b