mailing list of musl libc
 help / color / mirror / code / Atom feed
f0b54db48c946aee216ddcb4bc01e3c35fce369f blob 318 bytes (raw)

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

.global _longjmp
.global longjmp
.type _longjmp,@function
.type longjmp,@function
_longjmp:
longjmp:
	ENDBRANCH32
	mov  4(%esp),%edx
	mov  8(%esp),%eax
	cmp       $1,%eax
	adc       $0, %al
	mov   (%edx),%ebx
	mov  4(%edx),%esi
	mov  8(%edx),%edi
	mov 12(%edx),%ebp
	mov 16(%edx),%esp
	jmp *20(%edx)
debug log:

solving f0b54db4 ...
found f0b54db4 in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 8188f06b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 8188f06bcd7f01d9518881effd14dfcce59e0614	src/setjmp/i386/longjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/setjmp/i386/longjmp.s b/src/setjmp/i386/longjmp.s
index 8188f06b..f0b54db4 100644

Checking patch src/setjmp/i386/longjmp.s...
Applied patch src/setjmp/i386/longjmp.s cleanly.

index at:
100644 f0b54db48c946aee216ddcb4bc01e3c35fce369f	src/setjmp/i386/longjmp.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).