mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 03:49:46 +08:00
9 lines
104 B
ArmAsm
9 lines
104 B
ArmAsm
|
.file "mempcpy.S"
|
||
|
|
||
|
.section .text
|
||
|
.global _mempcpy
|
||
|
.type _mempcpy,@function
|
||
|
_mempcpy:
|
||
|
smovf
|
||
|
rts
|