fix arm clone syscall bug (no effect unless app uses clone)
authorRich Felker <dalias@aerifal.cx>
Thu, 27 Sep 2012 22:56:10 +0000 (18:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 27 Sep 2012 22:56:10 +0000 (18:56 -0400)
commite0ea44cb764fcdbe8515f22096930bede2c7896f
treeb7152d8be4eb07c57514ddc884a31cfb158f2e1b
parent68dbd05039f8b256f586ed9a589645fa3a1b7f5f
fix arm clone syscall bug (no effect unless app uses clone)

the code to exit the new thread/process after the start function
returns was mixed up in its syscall convention.
src/thread/arm/clone.s