mailing list of musl libc
 help / color / mirror / code / Atom feed
a7d125af165d2ba1009a5d3b9f4ba460bcacbb5b 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
        scall
        ret
debug log:

solving a7d125a ...
found a7d125a in https://inbox.vuxu.org/musl/20180928022404.GQ17995@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20180928022404.GQ17995@brightrain.aerifal.cx/
diff --git a/src/internal/riscv32/syscall.s b/src/internal/riscv32/syscall.s
new file mode 100644
index 0000000..a7d125a

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

index at:
100644 a7d125af165d2ba1009a5d3b9f4ba460bcacbb5b	src/internal/riscv32/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).