diff options
author | 2002-03-08 05:56:09 +0000 | |
---|---|---|
committer | 2002-03-08 05:56:09 +0000 | |
commit | e909cb80bbeab6112ee5f9ac3c1b5f68a322270e (patch) | |
tree | 86c7f2278f175e2570b87b33e2b6a50e72814b7e /sys/lib/libkern/arch | |
parent | set ret for mem*, no mycopy, better reverse copy check (diff) | |
download | wireguard-openbsd-e909cb80bbeab6112ee5f9ac3c1b5f68a322270e.tar.xz wireguard-openbsd-e909cb80bbeab6112ee5f9ac3c1b5f68a322270e.zip |
sync
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index 8cc749af1c1..a3cbfb5ddab 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.8 2002/02/07 13:53:07 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.9 2002/03/08 05:56:09 mickey Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -210,12 +210,10 @@ ALTENTRY(memmove) copy arg0, t1 copy arg1, arg0 copy t1, arg1 + copy arg0, ret0 ALTENTRY(ovbcopy) ALTENTRY(bcopy) -ALTENTRY(mycopy) - add arg0, arg2, t1 - sub,>>= arg0, arg1, r0 - comb,>,n t1, arg1, L(bcopy, reverse) + comb,>,n arg0, arg1, L(bcopy, reverse) hppa_copy(bcopy_f, sr0, arg0, sr0, arg1, arg2, `+') b,n L(bcopy, ret) L(bcopy, reverse) |