mailing list of musl libc
 help / color / mirror / code / Atom feed
e6cb8fbe70e6b01dbcc0ab45fc5f6bae0de88013 blob 465 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
 
.set    noreorder

.global __syscall
.hidden __syscall
.type   __syscall,@function
__syscall:
	move    $2, $4
	move    $4, $5
	move    $5, $6
	move    $6, $7
	lw      $7, 16($sp)
	lw      $8, 20($sp)
	lw      $9, 24($sp)
	lw      $10,28($sp)
	subu    $sp, $sp, 32
	sw      $8, 16($sp)
	sw      $9, 20($sp)
	sw      $10,24($sp)
	sw      $2 ,28($sp)
	lw      $2, 28($sp)
	syscall
	addu    $sp, $sp, 32
	beq     $7, $0, 1f
	nop
	subu    $2, $0, $2
1:	jr      $ra
	nop
debug log:

solving e6cb8fb ...
found e6cb8fb in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2BD60@PUMAIL01.pu.imgtec.org/
found 5d0def5 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 5d0def523e77acb1608bc81eb5734b273e69fa0d	src/internal/mips/syscall.s

applying [1/1] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2BD60@PUMAIL01.pu.imgtec.org/
diff --git a/src/internal/mips/syscall.s b/src/internal/mips/syscall.s
index 5d0def5..e6cb8fb 100644

Checking patch src/internal/mips/syscall.s...
Applied patch src/internal/mips/syscall.s cleanly.

index at:
100644 e6cb8fbe70e6b01dbcc0ab45fc5f6bae0de88013	src/internal/mips/syscall.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).