| author | |
| committer | |
| log | deb9b58cbc04516753c86a64a6c1b71b2a4196a2 |
| tree | 67849d0e6d2e72d41b0a3d85f039021b7a146495 |
| parent | e7ee61cd64e8b84f195efbe5b05920d50da1e949 |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/os/linux/loongarch32.zig-1| ... | ... | @@ -87,7 +87,6 @@ pub fn syscall6( |
| 87 | 87 | : .{ .r12 = true, .r13 = true, .r14 = true, .r15 = true, .r16 = true, .r17 = true, .r18 = true, .r19 = true, .r20 = true, .memory = true }); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | // FIXME | |
| 91 | 90 | pub fn clone() callconv(.naked) u32 { |
| 92 | 91 | // __clone(func, stack, flags, arg, ptid, tls, ctid) |
| 93 | 92 | // a0, a1, a2, a3, a4, a5, a6 |