diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 06:17:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-08 06:17:10 +0000 |
commit | 97373167bc9786c44028b823d036ef92ee6eaa04 (patch) | |
tree | 6be2989b2038798edeabc1a395b1064d812e861e /lib/libc/arch | |
parent | e31b1cb4e545ab457e3654ff504e539105951b9c (diff) |
reverse the condition
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/hppa/string/bcopy.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/string/bcopy.m4 b/lib/libc/arch/hppa/string/bcopy.m4 index 4c42d1b6c48..db739d2ce4b 100644 --- a/lib/libc/arch/hppa/string/bcopy.m4 +++ b/lib/libc/arch/hppa/string/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.7 2002/03/08 05:55:25 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.8 2002/03/08 06:17:09 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) |