diff options
author | 1999-02-07 20:36:17 +0000 | |
---|---|---|
committer | 1999-02-07 20:36:17 +0000 | |
commit | 00dc701675bcf400ca99ce566e00fd9a219cc520 (patch) | |
tree | 7b0f26b32e8b261de19917a91611abac79056b96 | |
parent | missign extern cpu_hzticks (diff) | |
download | wireguard-openbsd-00dc701675bcf400ca99ce566e00fd9a219cc520.tar.xz wireguard-openbsd-00dc701675bcf400ca99ce566e00fd9a219cc520.zip |
add ovbcopy
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.S b/sys/lib/libkern/arch/hppa/bcopy.S index ad0e0159081..b9e5c7f85b0 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.S +++ b/sys/lib/libkern/arch/hppa/bcopy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bcopy.S,v 1.1.1.1 1998/06/23 18:56:53 mickey Exp $ */ +/* $OpenBSD: bcopy.S,v 1.2 1999/02/07 20:36:17 mickey Exp $ */ /* * (c) Copyright 1988 HEWLETT-PACKARD COMPANY @@ -53,6 +53,7 @@ ENTRY(memcpy) * int count; */ ALTENTRY(bcopy) +ALTENTRY(ovbcopy) comb,>=,n r0,arg2,$bcopy_exit /* |