| ... | @@ -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 | } |
| 89 | | 89 | |
| 90 | // FIXME | | |
| 91 | pub fn clone() callconv(.naked) u32 { | 90 | pub 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, a6 | 92 | // a0, a1, a2, a3, a4, a5, a6 |