diff options
author | 2002-03-08 06:17:42 +0000 | |
---|---|---|
committer | 2002-03-08 06:17:42 +0000 | |
commit | df627d30ffa6288fcb1889a8a470778f2429c33c (patch) | |
tree | 11cb67214f8188304627ee71ffa5ba371f9ac72f /sys/lib/libkern | |
parent | reverse the condition (diff) | |
download | wireguard-openbsd-df627d30ffa6288fcb1889a8a470778f2429c33c.tar.xz wireguard-openbsd-df627d30ffa6288fcb1889a8a470778f2429c33c.zip |
sync
Diffstat (limited to 'sys/lib/libkern')
-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) |