diff options
Diffstat (limited to 'lib/libc/arch/alpha/string/bcopy.S')
-rw-r--r-- | lib/libc/arch/alpha/string/bcopy.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/alpha/string/bcopy.S b/lib/libc/arch/alpha/string/bcopy.S index 65a7d55e407..8008a44c9db 100644 --- a/lib/libc/arch/alpha/string/bcopy.S +++ b/lib/libc/arch/alpha/string/bcopy.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bcopy.S,v 1.7 2014/11/30 19:43:54 deraadt Exp $ */ +/* $OpenBSD: bcopy.S,v 1.8 2015/08/31 02:53:56 guenther Exp $ */ /* $NetBSD: bcopy.S,v 1.3 1996/10/17 03:08:11 cgd Exp $ */ /* @@ -29,7 +29,7 @@ * rights to redistribute these changes. */ -#include <machine/asm.h> +#include "SYS.h" #define SRCREG a0 #define DSTREG a1 @@ -266,4 +266,4 @@ bcopy_ov_short: ldq_u t2,0(SRCREG) br zero,bcopy_da_finish - END(bcopy) + END_WEAK(bcopy) |