diff options
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) |