diff options
author | 2002-02-07 13:52:40 +0000 | |
---|---|---|
committer | 2002-02-07 13:52:40 +0000 | |
commit | 91e10ca1218e685f89494ad43062c02d91ac6327 (patch) | |
tree | 0fe56baa4bb735e553d638662f19efa4249b5318 /lib/libc/arch/hppa/string | |
parent | fix typo, ok art@ (diff) | |
download | wireguard-openbsd-91e10ca1218e685f89494ad43062c02d91ac6327.tar.xz wireguard-openbsd-91e10ca1218e685f89494ad43062c02d91ac6327.zip |
additional condition on reverse copy; from fredette@
Diffstat (limited to 'lib/libc/arch/hppa/string')
-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) |