authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-15 20:31:48+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-16 16:00:21+02:00
logdeb9b58cbc04516753c86a64a6c1b71b2a4196a2
tree67849d0e6d2e72d41b0a3d85f039021b7a146495
parente7ee61cd64e8b84f195efbe5b05920d50da1e949
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.os.linux.loongarch32: remove a leftover FIXME comment


1 files changed, 0 insertions(+), 1 deletions(-)

lib/std/os/linux/loongarch32.zig-1
...@@ -87,7 +87,6 @@ pub fn syscall6(...@@ -87,7 +87,6 @@ pub fn syscall6(
87 : .{ .r12 = true, .r13 = true, .r14 = true, .r15 = true, .r16 = true, .r17 = true, .r18 = true, .r19 = true, .r20 = true, .memory = true });87 : .{ .r12 = true, .r13 = true, .r14 = true, .r15 = true, .r16 = true, .r17 = true, .r18 = true, .r19 = true, .r20 = true, .memory = true });
88}88}
8989
90// FIXME
91pub fn clone() callconv(.naked) u32 {90pub fn clone() callconv(.naked) u32 {
92 // __clone(func, stack, flags, arg, ptid, tls, ctid)91 // __clone(func, stack, flags, arg, ptid, tls, ctid)
93 // a0, a1, a2, a3, a4, a5, a692 // a0, a1, a2, a3, a4, a5, a6