summaryrefslogtreecommitdiff
path: root/sysdeps/unix/arm/fork.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/arm/fork.S')
-rw-r--r--sysdeps/unix/arm/fork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/arm/fork.S b/sysdeps/unix/arm/fork.S
index b317b66a97..bd00c92cfe 100644
--- a/sysdeps/unix/arm/fork.S
+++ b/sysdeps/unix/arm/fork.S
@@ -27,7 +27,7 @@ SYSCALL__ (fork, 0)
R0&-1==R0, and the child gets R0&0==0. */
sub r1, r1, $1
and r0, r0, r1
- RETINSTR(mov, pc, r14)
+ DO_RET (r14)
PSEUDO_END (__fork)
libc_hidden_def (__fork)