summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/string/strncmp.S
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-11-09 16:49:14 +0000
committercognet <cognet@FreeBSD.org>2004-11-09 16:49:14 +0000
commit98ebb25e56d0f452f1cfd5d33770eeaedca698fd (patch)
tree8ccabba1a460da5c135164486fcb8597cd0c3fc5 /lib/libc/arm/string/strncmp.S
parent7e3e230230217c6f10e0156b63efa735c2f9baef (diff)
downloadFreeBSD-src-98ebb25e56d0f452f1cfd5d33770eeaedca698fd.zip
FreeBSD-src-98ebb25e56d0f452f1cfd5d33770eeaedca698fd.tar.gz
Use the RET macro.
For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs.
Diffstat (limited to 'lib/libc/arm/string/strncmp.S')
-rw-r--r--lib/libc/arm/string/strncmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/string/strncmp.S b/lib/libc/arm/string/strncmp.S
index 33396f6..d172264 100644
--- a/lib/libc/arm/string/strncmp.S
+++ b/lib/libc/arm/string/strncmp.S
@@ -48,4 +48,4 @@ ENTRY(strncmp)
cmpcs r2, r3
beq 1b
sub r0, r2, r3
- mov pc, lr
+ RET
OpenPOWER on IntegriCloud