summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/rx/mempcpy.S
blob: c679d04cef0d27dda4294bcdedcc2191d8ca6c7d (plain)
1
2
3
4
5
6
7
8
	.file	"mempcpy.S"

	.section .text
	.global  _mempcpy
	.type	 _mempcpy,@function
_mempcpy:
	smovf
	rts