]> sourceware.org Git - glibc.git/commitdiff
Fix off by one error.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 16:56:27 +0000 (16:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Apr 1998 16:56:27 +0000 (16:56 +0000)
sysdeps/arm/memset.S

index a986d687dad98b20af909c49ffabc99c1e4d515b..567cc39c23257dc691f401d8a21b06c726bff4eb 100644 (file)
@@ -63,6 +63,5 @@ ENTRY(memset)
        strb    a2, [a4], $1
        strb    a2, [a4], $1
        strb    a2, [a4], $1
-       strb    a2, [a4], $1
        RETINSTR(mov,pc,lr)
 END(memset)
This page took 0.045341 seconds and 5 git commands to generate.