1e52ba8c62
bcopy is left alone as it is expected to be converted to a C func. Due to header mess ALIGN_TEXT is temporarily defined explicitly in memmove.S Reviewed by: kib Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17538
6 lines
114 B
ArmAsm
6 lines
114 B
ArmAsm
/* $NetBSD: memcpy.S,v 1.1 2001/06/19 00:25:05 fvdl Exp $ */
|
|
/* $FreeBSD$ */
|
|
|
|
#define MEMCPY
|
|
#include "memmove.S"
|