8 lines
151 B
ArmAsm
8 lines
151 B
ArmAsm
/* $NetBSD: memmove.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
|
|
|
|
#include <machine/asm.h>
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
#define MEMMOVE
|
|
#include "bcopy.S"
|