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
RETINSTR(mov,pc,lr)
END(memset)