mailing list of musl libc
 help / color / mirror / code / Atom feed
30c3ee0b0cbf382e4a152c86ae8fa592ee32efa3 blob 556 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
27
28
29
30
31
32
33
34
35
36
 
.set	noreorder
.global	_longjmp
.global	longjmp
.type	_longjmp,@function
.type	longjmp,@function
_longjmp:
longjmp:
	move	$2, $5
	bne	$2, $0, 1f
	nop
	addu	$2, $2, 1
1:
#ifndef __mips_soft_float
	ldc1	$24, 96($4)
	ldc1	$25, 104($4)
	ldc1	$26, 112($4)
	ldc1	$27, 120($4)
	ldc1	$28, 128($4)
	ldc1	$29, 136($4)
	ldc1	$30, 144($4)
	ldc1	$31, 152($4)
#endif
	ld	$ra, 0($4)
	ld	$sp, 8($4)
	ld	$gp, 16($4)
	ld	$16, 24($4)
	ld	$17, 32($4)
	ld	$18, 40($4)
	ld	$19, 48($4)
	ld	$20, 56($4)
	ld	$21, 64($4)
	ld	$22, 72($4)
	ld	$23, 80($4)
	ld	$30, 88($4)
	jr	$ra
	nop
debug log:

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