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 a986d68..567cc39 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)