From 082fb856ca4c17c30022048fb03ce7fe49ac6bbf Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 8 Mar 2002 05:56:10 +0000 Subject: sync --- sys/lib/libkern/arch/hppa/bcopy.m4 | 8 +++----- 1 file 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) -- cgit v1.2.3