Backport of fix from asynchvfs branch for PM-LOG-VFS-PM deadlock that resulted in...
[minix3-old.git] / lib / i386 / string / memmove.s
blob5962ffab5934c1ea89618031ddf3f6f063002479
1 ! memmove() Author: Kees J. Bot
2 ! 2 Jan 1994
3 .sect .text; .sect .rom; .sect .data; .sect .bss
5 ! void *memmove(void *s1, const void *s2, size_t n)
6 ! Copy a chunk of memory. Handle overlap.
8 .sect .text
9 .define _memmove
10 .align 16
11 _memmove:
12 jmp __memmove ! Call common code