From c78cf95f92bd2ba423b7e8b679a9511395eed6df Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 7 Feb 1999 20:36:18 +0000 Subject: add ovbcopy --- sys/lib/libkern/arch/hppa/bcopy.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/lib/libkern') diff --git a/sys/lib/libkern/arch/hppa/bcopy.S b/sys/lib/libkern/arch/hppa/bcopy.S index 18a632e1665..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 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 /* -- cgit v1.2.3