mailing list of musl libc
 help / color / mirror / code / Atom feed
36dfd2c9645b8c9ec3e115da4455a8af2e1489e3 blob 365 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
.include "ibt.s"

.global memmove
.type memmove,@function
memmove:
	ENDBRANCH32
	mov 4(%esp),%eax
	sub 8(%esp),%eax
	cmp 12(%esp),%eax
.hidden __memcpy_fwd
	jae __memcpy_fwd
	push %esi
	push %edi
	mov 12(%esp),%edi
	mov 16(%esp),%esi
	mov 20(%esp),%ecx
	lea -1(%edi,%ecx),%edi
	lea -1(%esi,%ecx),%esi
	std
	rep movsb
	cld
	lea 1(%edi),%eax
	pop %edi
	pop %esi
	ret
debug log:

solving 36dfd2c9 ...
found 36dfd2c9 in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 2a6a504b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 2a6a504b3295555349badaffe9886ac2529d1b68	src/string/i386/memmove.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/string/i386/memmove.s b/src/string/i386/memmove.s
index 2a6a504b..36dfd2c9 100644

Checking patch src/string/i386/memmove.s...
Applied patch src/string/i386/memmove.s cleanly.

index at:
100644 36dfd2c9645b8c9ec3e115da4455a8af2e1489e3	src/string/i386/memmove.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).