mailing list of musl libc
 help / color / mirror / code / Atom feed
c1caeab10409163eab1ddab459cb314a1188213a blob 309 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
 
.global sigsetjmp
.global __sigsetjmp
.type sigsetjmp, %function
.type __sigsetjmp, %function
sigsetjmp:
__sigsetjmp:
	bnez a1, 1f
	tail setjmp
1:

	sw ra, 152(a0)
	sw s0, 164(a0)
	mv s0, a0

	call setjmp

	mv a1, a0
	mv a0, s0
	lw s0, 164(a0)
	lw ra, 152(a0)

.hidden __sigsetjmp_tail
	tail __sigsetjmp_tail
debug log:

solving c1caeab1 ...
found c1caeab1 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).