diff options
Diffstat (limited to 'libc/sysdeps/powerpc/powerpc64/power7/memrchr.S')
-rw-r--r-- | libc/sysdeps/powerpc/powerpc64/power7/memrchr.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/powerpc/powerpc64/power7/memrchr.S b/libc/sysdeps/powerpc/powerpc64/power7/memrchr.S index a9e86cb19..40e436f85 100644 --- a/libc/sysdeps/powerpc/powerpc64/power7/memrchr.S +++ b/libc/sysdeps/powerpc/powerpc64/power7/memrchr.S @@ -1,5 +1,5 @@ /* Optimized memrchr implementation for PowerPC64/POWER7 using cmpb insn. - Copyright (C) 2010-2013 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. Contributed by Luis Machado <luisgpm@br.ibm.com>. This file is part of the GNU C Library. @@ -22,7 +22,7 @@ /* int [r3] memrchr (char *s [r3], int byte [r4], int size [r5]) */ .machine power7 ENTRY (__memrchr) - CALL_MCOUNT + CALL_MCOUNT 3 add r7,r3,r5 /* Calculate the last acceptable address. */ neg r0,r7 addi r7,r7,-1 |