about summary refs log tree commit diff
path: root/src/thread
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-10-09 00:02:39 -0400
committerRich Felker <dalias@aerifal.cx>2011-10-09 00:02:39 -0400
commit2b89e56c94c1ce4369a3c7a17304df17df1fa822 (patch)
treece1efd17697cf0bcc761078eb1ab38466dd41ee8 /src/thread
parente6d765a8b1278e9e5f507638ccdec9fe40e52364 (diff)
downloadmusl-2b89e56c94c1ce4369a3c7a17304df17df1fa822.tar.gz
musl-2b89e56c94c1ce4369a3c7a17304df17df1fa822.tar.xz
musl-2b89e56c94c1ce4369a3c7a17304df17df1fa822.zip
fix typo in arm clone() asm
Diffstat (limited to 'src/thread')
-rw-r--r--src/thread/arm/clone.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/arm/clone.s b/src/thread/arm/clone.s
index 65cd3f5a..127fc0be 100644
--- 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