mailing list of musl libc
 help / color / mirror / code / Atom feed
690b251c4c9efea7e8bdb086415d803637514303 blob 389 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
26
 
.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp,@function
.type __sigsetjmp,@function
sigsetjmp:
__sigsetjmp:
	mov 8(%esp),%ecx
	jecxz 1f

	mov 4(%esp),%eax
	popl 24(%eax)
	mov %ebx,28+8(%eax)
	mov %eax,%ebx

.hidden ___setjmp
	call ___setjmp

	pushl 24(%ebx)
	mov %ebx,4(%esp)
	mov %eax,8(%esp)
	mov 28+8(%ebx),%ebx

.hidden __sigsetjmp_tail
	jmp __sigsetjmp_tail

1:	jmp ___setjmp
debug log:

solving 690b251c ...
found 690b251c in https://git.vuxu.org/mirror/musl/

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).