Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/arm/string move a misplaced #endif



details:   https://anonhg.NetBSD.org/src/rev/ef3c75fa2f1f
branches:  trunk
changeset: 789596:ef3c75fa2f1f
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 25 06:15:06 2013 +0000

description:
move a misplaced #endif

diffstat:

 common/lib/libc/arch/arm/string/strrchr_arm.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 15cd8ff7a719 -r ef3c75fa2f1f common/lib/libc/arch/arm/string/strrchr_arm.S
--- a/common/lib/libc/arch/arm/string/strrchr_arm.S     Sun Aug 25 03:08:56 2013 +0000
+++ b/common/lib/libc/arch/arm/string/strrchr_arm.S     Sun Aug 25 06:15:06 2013 +0000
@@ -29,7 +29,7 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: strrchr_arm.S,v 1.5 2013/08/20 08:05:49 matt Exp $")
+RCSID("$NetBSD: strrchr_arm.S,v 1.6 2013/08/25 06:15:06 matt Exp $")
 
 #ifdef __ARMEL__
 #define        BYTE0   0x000000ff
@@ -64,8 +64,8 @@
        cmp     r3, r2                  /* did it match? */
 #ifdef __thumb__
        it      eq
+#endif
        subeq   r0, r1, #1              /*   yes, remember that it did */
-#endif
        cmp     r3, #0                  /* was it NUL? */
        bne     2b                      /*   no, try next byte */
        RET                             /* return */



Home | Main Index | Thread Index | Old Index