opnsense-src/lib/libc/alpha/string/memmove.S

8 lines
146 B
ArmAsm
Raw Normal View History

/* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */
2003-01-18 19:17:03 -05:00
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#define MEMMOVE
#include "bcopy.S"