diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-07 13:52:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-07 13:52:41 +0000 |
commit | d2a1d06a39d358219e51b0a4307429313d78fc85 (patch) | |
tree | 9035f9bd237d2995e9b1a369edd5cd2a552caa88 /lib/libc/arch/hppa | |
parent | 9583fe67847c24a71f7a477d1a03e1937b5c4d40 (diff) |
additional condition on reverse copy; from fredette@
Diffstat (limited to 'lib/libc/arch/hppa')
-rw-r--r-- | lib/libc/arch/hppa/string/bcopy.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/hppa/string/bcopy.m4 b/lib/libc/arch/hppa/string/bcopy.m4 index 26d510a4dcc..0c9fd0b1568 100644 --- a/lib/libc/arch/hppa/string/bcopy.m4 +++ b/lib/libc/arch/hppa/string/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.5 2001/09/20 18:34:52 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.6 2002/02/07 13:52:40 mickey Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -214,6 +214,7 @@ ALTENTRY(ovbcopy) ALTENTRY(bcopy) ALTENTRY(mycopy) add arg0, arg2, t1 + sub,>>= arg0, arg1, r0 comb,>,n t1, arg1, L(bcopy, reverse) hppa_copy(bcopy_f, sr0, arg0, sr0, arg1, arg2, `+') b,n L(bcopy, ret) |