repo.or.cz
/
minix3-old.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backport of fix from asynchvfs branch for PM-LOG-VFS-PM deadlock that resulted in...
[minix3-old.git]
/
lib
/
i386
/
string
/
memmove.s
blob
5962ffab5934c1ea89618031ddf3f6f063002479
1
!
memmove
()
Author
:
Kees J. Bot
2
!
2
Jan
1994
3
.sect .text; .sect .rom; .sect .data; .sect .bss
4
5
!
void
*
memmove
(
void
*
s1
,
const void
*
s2
,
size_t n
)
6
!
Copy
a
chunk of memory. Handle overlap.
7
!
8
.sect .text
9
.define _memmove
10
.align 16
11
_memmove
:
12
jmp __memmove
!
Call common code