9 lines
104 B
ArmAsm
Raw Normal View History

.file "mempcpy.S"
.section .text
.global _mempcpy
.type _mempcpy,@function
_mempcpy:
smovf
rts