diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 05:56:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 05:56:10 +0000 |
commit | 082fb856ca4c17c30022048fb03ce7fe49ac6bbf (patch) | |
tree | e4c187800a1a8dbc3fdbfecbc9e299810745c595 | |
parent | 8b1d114f80ae00cd5372dda957a234f921dfdda3 (diff) |
sync
-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) |