mailing list of musl libc
 help / color / mirror / code / Atom feed
27905f41060073822b07494939ecd363dd607e49 blob 263 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
.global __syscall
.hidden __syscall
.type   __syscall,%function
__syscall:
        mv t0, a0
        mv a0, a1
        mv a1, a2
        mv a2, a3
        mv a3, a4
        mv a4, a5
        mv a5, a6
        mv a6, a7
        mv a7, t0
        ecall
        ret
debug log:

solving 27905f41 ...
found 27905f41 in https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/

applying [1/1] https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/
diff --git a/src/internal/riscv64/syscall.s b/src/internal/riscv64/syscall.s
new file mode 100644
index 00000000..27905f41

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

index at:
100644 27905f41060073822b07494939ecd363dd607e49	src/internal/riscv64/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).