diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-07 13:53:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-07 13:53:08 +0000 |
commit | cf34e3f9f3044d158cdb529a873c9de489e0d4ad (patch) | |
tree | 4fa5ed767899d9d733be12440827644f363d05fc /sys/lib/libkern | |
parent | d2a1d06a39d358219e51b0a4307429313d78fc85 (diff) |
sync
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index a3743cf4b21..8cc749af1c1 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.7 2001/09/20 18:37:30 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.8 2002/02/07 13:53:07 mickey Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -214,6 +214,7 @@ ALTENTRY(ovbcopy) ALTENTRY(bcopy) ALTENTRY(mycopy) add arg0, arg2, t1 + sub,>>= arg0, arg1, r0 comb,>,n t1, arg1, L(bcopy, reverse) hppa_copy(bcopy_f, sr0, arg0, sr0, arg1, arg2, `+') b,n L(bcopy, ret) |