blob: 97017c4e9c629f0f0388b2f401e27ab6661e8bfc (
plain) (
blame)
1
2
3
4
5
6
7
|
/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
#include <machine/asm.h>
__FBSDID("$FreeBSD: src/lib/libc/mips/string/memcpy.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#define MEMCOPY
#include "bcopy.S"
|