1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-20 05:32:18 +03:00

Fix off by one error.

This commit is contained in:
Ulrich Drepper
1998-04-30 16:56:27 +00:00
parent b13ae75e55
commit 3642cfd2b4

View File

@@ -63,6 +63,5 @@ ENTRY(memset)
strb a2, [a4], $1 strb a2, [a4], $1
strb a2, [a4], $1 strb a2, [a4], $1
strb a2, [a4], $1 strb a2, [a4], $1
strb a2, [a4], $1
RETINSTR(mov,pc,lr) RETINSTR(mov,pc,lr)
END(memset) END(memset)