diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 06:17:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 06:17:43 +0000 |
commit | d43c13703b349fd33334cf3659b5222854538b2b (patch) | |
tree | 1468a1f4572509a598b382a11695bc1492ab542c /sys/lib | |
parent | 97373167bc9786c44028b823d036ef92ee6eaa04 (diff) |
sync
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index a3cbfb5ddab..f3583432dde 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.9 2002/03/08 05:56:09 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.10 2002/03/08 06:17:42 mickey Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -213,7 +213,7 @@ ALTENTRY(memmove) copy arg0, ret0 ALTENTRY(ovbcopy) ALTENTRY(bcopy) - comb,>,n arg0, arg1, L(bcopy, reverse) + comb,>,n arg1, arg0, L(bcopy, reverse) hppa_copy(bcopy_f, sr0, arg0, sr0, arg1, arg2, `+') b,n L(bcopy, ret) L(bcopy, reverse) |